Skip to content

Commit

Permalink
Reinstate use of secrets.TOKEN because GITHUB_TOKEN cannot push to pr…
Browse files Browse the repository at this point in the history
…otected main
  • Loading branch information
gjsjohnmurray committed Nov 13, 2024
1 parent 0d3d726 commit 29164bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TOKEN }}
- uses: actions/download-artifact@v4
with:
name: meta
Expand Down

0 comments on commit 29164bb

Please sign in to comment.