Fix snap release action token
This commit is contained in:
parent
abf0942ecc
commit
e05f2b2865
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap-release.yml
vendored
2
.github/workflows/snap-release.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: ./${{ env.ARTIFACT_NAME }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue