feat(cicd): seems like automatic tokens are not supported
This commit is contained in:
@@ -49,12 +49,12 @@ jobs:
|
||||
run: |
|
||||
echo "Uploading bootstrap.run and checksums to release storage ${{ github.server_url }}/api/packages/${{ github.repository_owner }}/generic/bootstrap/latest/" &&
|
||||
curl -fsS -X PUT \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.PACKAGE_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.GITEA_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.PACKAGE_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