We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b452ba commit ffd44feCopy full SHA for ffd44fe
.github/workflows/start-venv.yaml
@@ -276,7 +276,7 @@ jobs:
276
TARGET_BRANCH: ${{ inputs.templateAndLibsBranch }}
277
GH_TOKEN: ${{ secrets.GH_REPOSITORY_ADMIN_TOKEN }}
278
run: |
279
- AUTH="$(printf 'x-access-token:%s' "${GH_TOKEN}" | base64)"
+ AUTH="$(printf 'x-access-token:%s' "${GH_TOKEN}" | base64 -w 0)"
280
git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ${AUTH}"
281
282
REFSPEC_MASTER="+refs/heads/master:refs/remotes/origin/master"
0 commit comments