From 91286387b4a2a423e5dc8aa61804c7d31444af83 Mon Sep 17 00:00:00 2001 From: Vicente Cheng Date: Tue, 11 Feb 2025 17:59:25 +0800 Subject: [PATCH] GHA: config the auth for the git CLI Signed-off-by: Vicente Cheng --- .github/workflows/installer-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/installer-pr.yml b/.github/workflows/installer-pr.yml index 811c4b9..d0adddc 100644 --- a/.github/workflows/installer-pr.yml +++ b/.github/workflows/installer-pr.yml @@ -115,6 +115,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} run: | + git config --local --unset http.https://github.com/.extraheader ^AUTHORIZATION: + gh auth setup-git git add . git commit -m "Bump nvidia-driver-toolkit ${{ inputs.tag }}" --author="${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" git push origin HEAD:bump-nv-driver-${{ inputs.tag }}