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

ci: use PAT token #32

Merged
merged 2 commits into from
Oct 17, 2024
Merged

ci: use PAT token #32

merged 2 commits into from
Oct 17, 2024

Conversation

lentidas
Copy link
Owner

@lentidas lentidas commented Oct 17, 2024

Now that we are able to make a release, we noticed that the Docker image was not being published automatically, even though a tag was created. This happens because GitHub does not allow chaining workflows when they are triggered by operations done using the default workflow token. To circumvent this, we need to use a PAT or a GitHub App. We chose to use a PAT in my personal account, although this will have the side-effect that all releases from now on will seem to have been triggered by my personal account.

@lentidas lentidas merged commit 33260be into main Oct 17, 2024
3 checks passed
@lentidas lentidas deleted the ci/use-pat-token branch October 17, 2024 09:28
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.

1 participant