Skip to content

Commit 95f9bce

Browse files
authored
Add PAT to automatically commit release notes to CHANGELOG.md (#695)
* Add PAT to automatically commit release notes to CHANGELOG * test this action before merging * Revert "test this action before merging" This reverts commit 98cc35c. * Revert "Revert "test this action before merging"" This reverts commit bb324d9. * Revert "Revert "Revert "test this action before merging""" This reverts commit 1b3f81e.
1 parent 2b9229f commit 95f9bce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
with:
15+
token: ${{ secrets.PAT }}
1516
ref: main
1617

1718
- name: Update Changelog

0 commit comments

Comments
 (0)