Skip to content

Commit 3590d2c

Browse files
committed
ci: add GITHUB_TOKEN to release workflow
1 parent 3a4f8e2 commit 3590d2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
- name: Generate Changelog
2020
id: changelog
2121
uses: metcalfc/changelog-generator@v4.5.0
22+
with:
23+
myToken: ${{ secrets.GITHUB_TOKEN }}
2224
- name: Release
2325
uses: softprops/action-gh-release@v2
2426
with:
27+
token: ${{ secrets.GITHUB_TOKEN }}
2528
body: |
2629
## Changes in this Release
2730
${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)