Skip to content

Commit

Permalink
Merge pull request #39 from gjsjohnmurray/violet-heron
Browse files Browse the repository at this point in the history
Reinstate use of secrets.TOKEN because GITHUB_TOKEN cannot push to protected main
  • Loading branch information
gjsjohnmurray authored Nov 13, 2024
2 parents 0d3d726 + 29164bb commit d984a0d
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 d984a0d

Please sign in to comment.