fix(cicd): switched to other token
This commit is contained in:
@@ -48,12 +48,12 @@ jobs:
|
||||
- name: Upload to release storage
|
||||
run: |
|
||||
curl -fsS -X PUT \
|
||||
-H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
-T bootstrap.run \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run"
|
||||
|
||||
curl -fsS -X PUT \
|
||||
-H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
-T bootstrap.run.sha256 \
|
||||
"${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/bootstrap.run.sha256"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user