From 13840764fb5897b926afa14f0067b2c6cb0562ce Mon Sep 17 00:00:00 2001 From: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:56:59 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20use=20gh=20auth=20login=20wi?= =?UTF-8?q?th=20token=20for=20commit=20step=20in=20draft-release=20?= =?UTF-8?q?=E2=80=A6"=20(#27293)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8848efef4f365bf8f4b11c2dc94ed34a30cec85a. --- .github/workflows/draft-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4324f658bc..733927b7b6 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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"