fix(ci): configure git remote with token for authentication (#26949)

This commit is contained in:
Tommaso Sciortino
2026-05-12 15:15:16 -07:00
committed by GitHub
parent 120dfc724d
commit 022e8baefc
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ jobs:
run: |
echo "ROLLBACK_TAG=$ROLLBACK_TAG_NAME" >> "$GITHUB_OUTPUT"
git tag "$ROLLBACK_TAG_NAME" "${ORIGIN_HASH}"
git push origin --tags
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" --tags
- name: 'Verify Rollback Tag Added'
if: "${{ github.event.inputs.dry-run == 'false' }}"