We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4f8e2 commit 3590d2cCopy full SHA for 3590d2c
.github/workflows/release.yml
@@ -19,9 +19,12 @@ jobs:
19
- name: Generate Changelog
20
id: changelog
21
uses: metcalfc/changelog-generator@v4.5.0
22
+ with:
23
+ myToken: ${{ secrets.GITHUB_TOKEN }}
24
- name: Release
25
uses: softprops/action-gh-release@v2
26
with:
27
+ token: ${{ secrets.GITHUB_TOKEN }}
28
body: |
29
## Changes in this Release
30
${{ steps.changelog.outputs.changelog }}
0 commit comments