You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an EBP bot on PyPI so that we can push out new releases via a single account instead of manually giving each team member push access to repositories. This lets us push with GitHub Actions.
To do this, we need to include a secret token along with our GitHub actions build. Currently we put this token in each repository (and probably create it per project as well).
An alternative option is that we could store a single token for executablebooks that could be re-used in any repository. That way, any repository has the ability to push to PyPI. To do that we need to add it here
Decide whether we want to store a single token for all of EB
Implement or close depending on this decision
The text was updated successfully, but these errors were encountered:
choldgraf
changed the title
Create an executablebooks-wide secret token for the ebp-bot
[proposal] Create an executablebooks-wide secret token for the ebp-bot
Feb 15, 2023
We have an EBP bot on PyPI so that we can push out new releases via a single account instead of manually giving each team member push access to repositories. This lets us push with GitHub Actions.
To do this, we need to include a secret token along with our GitHub actions build. Currently we put this token in each repository (and probably create it per project as well).
An alternative option is that we could store a single token for
executablebooks
that could be re-used in any repository. That way, any repository has the ability to push to PyPI. To do that we need to add it hereTo do
ebp-bot
shared access and documentation for publishing to PyPI & NPM #10The text was updated successfully, but these errors were encountered: