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