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

Trigger tag push event from the release workflow #192

Merged
merged 3 commits into from
Oct 3, 2024
Merged

Conversation

AverageHelper
Copy link
Contributor

Figured out why our Docker deploy was failing to push semver tags. Turns out, it's because we were using GITHUB_TOKEN to cut releases. GitHub won't let GITHUB_TOKEN trigger another workflow. 😔

I set up my own personal token for now. Eventually we may want to find a different way to run the deployments.

@AverageHelper AverageHelper added the bugfix A PR that fixes something that wasn't working label Oct 3, 2024
@AverageHelper AverageHelper self-assigned this Oct 3, 2024
@AverageHelper AverageHelper marked this pull request as ready for review October 3, 2024 23:16
@AverageHelper AverageHelper requested a review from a team October 3, 2024 23:16
@AverageHelper AverageHelper enabled auto-merge (squash) October 3, 2024 23:16
@AverageHelper AverageHelper merged commit ea599d5 into main Oct 3, 2024
4 checks passed
@AverageHelper AverageHelper deleted the avg/fix-docker branch October 3, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix A PR that fixes something that wasn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants