From 1aadefef75ca6bc9c514edba49faa2abef63a92b Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 9 Jul 2025 21:24:59 +0200 Subject: [PATCH] [ci] overwrite checkout token Signed-off-by: Andrei Kvapil --- .github/workflows/tags.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index ac33afd6..e2418962 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -118,6 +118,7 @@ jobs: git config user.name "cozystack-bot" git config user.email "217169706+cozystack-bot@users.noreply.github.com" git remote set-url origin https://cozystack-bot:${GH_PAT}@github.com/${GITHUB_REPOSITORY} + git config --unset-all http.https://github.com/.extraheader || true git add . git commit -m "Prepare release ${GITHUB_REF#refs/tags/}" -s || echo "No changes to commit" git push origin HEAD || true