Skip to content

fix: use GitHub App token for release-please#68

Merged
BothrsCI merged 1 commit intomainfrom
ci/github-app-token-release
Mar 28, 2026
Merged

fix: use GitHub App token for release-please#68
BothrsCI merged 1 commit intomainfrom
ci/github-app-token-release

Conversation

@Emieldv
Copy link
Copy Markdown
Contributor

@Emieldv Emieldv commented Mar 28, 2026

Summary

Replace GITHUB_TOKEN with a GitHub App token in the release workflow so that release-please PRs can trigger downstream CI workflows.

Changes

  • Add actions/create-github-app-token@v1 step to generate a token from the GitHub App
  • Replace secrets.GITHUB_TOKEN with the app-generated token for release-please
  • Requires APP_ID and APP_PRIVATE_KEY repo secrets (already configured)

Replace GITHUB_TOKEN with a GitHub App token in the release
workflow so release-please PRs can trigger downstream workflows.
@BothrsCI BothrsCI changed the title ci: use GitHub App token for release-please fix: use GitHub App token for release-please Mar 28, 2026
@BothrsCI BothrsCI merged commit d52c9d0 into main Mar 28, 2026
1 check passed
@BothrsCI BothrsCI deleted the ci/github-app-token-release branch March 28, 2026 17:18
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.

2 participants