chore(ci): set correct permission of `GITHUB_TOKEN`
This commit is contained in:
parent
35077abd10
commit
08d56cfa67
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
# Step V
|
||||
- name: Generate changelog
|
||||
uses: hideoo/changelogithub-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue