fix(ci): use GitHub App token in changelog update workflow#312
Merged
Conversation
- Updated `MinimalLambda.sln` to include `CHANGELOG.md`. - Extended `CHANGELOG.md` with details for `v2.3.0`.
- Added `actions/create-github-app-token@v2` to generate GitHub App token. - Replaced `GITHUB_TOKEN` with app token in checkout and PR creation steps.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #312 +/- ##
=======================================
Coverage 87.38% 87.38%
=======================================
Files 113 113
Lines 2814 2814
Branches 351 351
=======================================
Hits 2459 2459
Misses 254 254
Partials 101 101 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
update-changelogworkflowpeter-evans/create-pull-requestwas authored bygithub-actions[bot](viaGITHUB_TOKEN), so the approval step — also usingGITHUB_TOKEN— was rejected by GitHub as a self-approvalactions/create-github-app-tokenstep to generate a token from a dedicated GitHub App (CHANGELOG_UPDATE_ID/CHANGELOG_UPDATE_PRIVATE_KEYsecrets), which authors the PR as the App bot insteadGITHUB_TOKEN(github-actions[bot]), now a different actor from the PR author — so the approval succeeds✅ Checklist
🧪 Related Issues or PRs
N/A
💬 Notes for Reviewers
Requires
CHANGELOG_UPDATE_IDandCHANGELOG_UPDATE_PRIVATE_KEYrepo secrets to be set before this workflow will work end-to-end.