Skip to content

Commit

Permalink
Fix: changelog-from-release (#91)
Browse files Browse the repository at this point in the history
## What

* Fix changelog-from-release GHA

## Why

* Branch protection rules prevent this GHA from working, need
GITHUB_TOKEN corresponding to user with bypass

## Notes

#39
  • Loading branch information
korenyoni authored Oct 3, 2022
1 parent c14eb01 commit c6d19d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-from-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: rhysd/changelog-from-release/action@v3
with:
file: CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_summary_template: 'Update CHANGELOG.md for %s'
github_token: ${{ secrets.CHANGELOG_FROM_RELEASE_GITHUB_TOKEN }}
commit_summary_template: 'Update CHANGELOG.md for %s'

0 comments on commit c6d19d6

Please sign in to comment.