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