ci: use automatic token authentication
This commit is contained in:
parent
d619d742f0
commit
fa2de7b10e
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: ${{ github.ref_name }}
|
||||
token: ${{ secrets.workflow_token }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user