Skip to content

migrate to gh actions?#52

Merged
onyxraven merged 5 commits intomasterfrom
github-actions
Oct 27, 2022
Merged

migrate to gh actions?#52
onyxraven merged 5 commits intomasterfrom
github-actions

Conversation

@onyxraven
Copy link
Member

@onyxraven onyxraven commented Sep 6, 2022

Update to use github actions. Along the way this fixes some internal things to do around security and such.

fixes #48

Versioning

should be none required, but will need a release cut to ensure the release workflow works.

Tasks

  • Manual testing

args: release --rm-dist
env:
# this needs push access to the tap
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will add these. this one has to be a PAT to access the other repo :/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may need to use a different secret name. secrets.GITHUB_TOKEN is a "special" secret that GH Actions auto-creates for every build. I'm not sure what it does is the names conflict.

elementalvoid
elementalvoid previously approved these changes Sep 6, 2022
Copy link

@dennis-johnson-dev dennis-johnson-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

Copy link

@dennis-johnson-dev dennis-johnson-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@onyxraven onyxraven merged commit 8a84efe into master Oct 27, 2022
@onyxraven onyxraven deleted the github-actions branch October 27, 2022 21:37
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

Successfully merging this pull request may close these issues.

Switch to GitHub Action instead of Travis

3 participants