From 4c11b21dff6a0c556c1a0cc6b714f0d67113c1ac Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Sun, 4 Jun 2023 02:01:35 +0200 Subject: [PATCH] Fix CI git authorization --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b27e477e..9ed1ed76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: run: | config_key="http.${{ github.server_url }}/.extraheader" git config "$config_key" \ - "Authorization: Basic x-access-token:${{ secrets.PAT_REVIEW }}" + "Authorization: Basic $(echo -n "x-access-token:${{ secrets.PAT_REVIEW }}" | base64 -w0)" echo "config_key=$config_key" >> $GITHUB_OUTPUT