-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added Github Actions support #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very welcome contribution, thanks :)
Can you add a brief blurb to the template README explaining anything a new library developer should do, i.e. set up github secrets
Yep, just updated the README, it's mostly just "skip this step if you're using github actions instead of travis", there's one thing about PyPI API tokens but that's it. |
For sure, maybe just a quick discussion to how someone would properly set the github secret for this token (linking to https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) perhaps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, please get a review from @csala as well before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Thanks @k15z !
@csala @micahjsmith This draft pull request adds support for Github Actions. Here's an example repository which shows the result of running this cookiecutter with the default options (Github Actions is now the default CI provider).