From 61c9254a8bb5d4f3851bcdf50e69f32ddf9eaa76 Mon Sep 17 00:00:00 2001 From: Seren_Modz 21 Date: Fri, 1 May 2026 15:16:29 +0100 Subject: [PATCH] ci(sync): resolve github cli login (#79) Signed-off-by: Seren_Modz 21 --- .github/workflows/sync-git-cliff-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-git-cliff-version.yml b/.github/workflows/sync-git-cliff-version.yml index ef22e91..9cf01f4 100644 --- a/.github/workflows/sync-git-cliff-version.yml +++ b/.github/workflows/sync-git-cliff-version.yml @@ -60,7 +60,6 @@ jobs: git commit -m "${TITLE}" || echo "Nothing to commit" git push origin "${BRANCH}" --force - echo "${GITHUB_TOKEN}" | gh auth login --with-token gh pr create \ --base main \ --head "${BRANCH}" \