ci: use personal token

This commit is contained in:
Noah Hsu
2022-08-13 11:52:14 +08:00
parent 0b3c5f3e2b
commit a66b2d92b7

View File

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}
release:
needs: changelog
strategy: