Revert "chore: use gh auth login with token for commit step in draft-release …" (#27293)

This reverts commit 8848efef4f.
This commit is contained in:
Morgan
2026-01-27 14:56:59 +02:00
committed by GitHub
parent 9b1f86a671
commit 13840764fb
-1
View File
@@ -94,7 +94,6 @@ jobs:
VERSION: ${{ inputs.next_version }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
echo "$GITHUB_TOKEN" | gh auth login --with-token
gh auth setup-git
git add .
git commit -m "chore: release v$VERSION"