changed to PAT instead of GITHUB_TOKEN for release
This commit is contained in:
parent
8988ab1491
commit
d7502e8e6b
|
@ -24,7 +24,7 @@ jobs:
|
|||
id: create_release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue