ci: use automatic token authentication

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

View File

@ -67,7 +67,7 @@ jobs:
- name: Upload packages
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.workflow_token }}
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
replacesArtifacts: true
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"