Skip to content

Commit

Permalink
Try using GITHUB_TOKEN for CI publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 13, 2024
1 parent 0538a27 commit 3c7a180
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.TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v4
with:
name: meta
Expand Down

0 comments on commit 3c7a180

Please sign in to comment.