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
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"
|
artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user