ci: use automatic token authentication

This commit is contained in:
Bard 2023-12-16 18:34:32 +08:00 committed by GitHub
parent d619d742f0
commit fa2de7b10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"