Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proposal] Create an executablebooks-wide secret token for the ebp-bot #11

Open
3 tasks
choldgraf opened this issue Feb 15, 2023 · 0 comments
Open
3 tasks

Comments

@choldgraf
Copy link
Member

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

To do

@choldgraf 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant