Skip to content

Commit

Permalink
Try different PAT auth approach
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 5, 2024
1 parent 6abaef8 commit b5b866b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
git add -f archive_with_hash.zip
git commit -m "Upload latest zip archive"
git branch -M zip-archive
git config --global http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${{ secrets.PAT_SECRET }} | base64)"
git push -fu origin zip-archive
env:
GITHUB_TOKEN: ${{ secrets.PAT_SECRET }}

0 comments on commit b5b866b

Please sign in to comment.