ci: use automatic token authentication
This commit is contained in:
parent
5836557da1
commit
a073a03391
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
||||||
|
Loading…
Reference in New Issue
Block a user