Skip to content

Commit c6d19d6

Browse files
authored
Fix: changelog-from-release (#91)
## 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
1 parent c14eb01 commit c6d19d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog-from-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: rhysd/changelog-from-release/action@v3
1515
with:
1616
file: CHANGELOG.md
17-
github_token: ${{ secrets.GITHUB_TOKEN }}
18-
commit_summary_template: 'Update CHANGELOG.md for %s'
17+
github_token: ${{ secrets.CHANGELOG_FROM_RELEASE_GITHUB_TOKEN }}
18+
commit_summary_template: 'Update CHANGELOG.md for %s'

0 commit comments

Comments
 (0)