Skip to content

Commit

Permalink
Use PAT token for write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 5, 2024
1 parent 7c63e16 commit 6abaef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
git commit -m "Upload latest zip archive"
git branch -M zip-archive
git push -fu origin zip-archive
env:
GITHUB_TOKEN: ${{ secrets.PAT_SECRET }}

0 comments on commit 6abaef8

Please sign in to comment.