Skip to content

Commit d984a0d

Browse files
Merge pull request #39 from gjsjohnmurray/violet-heron
Reinstate use of secrets.TOKEN because GITHUB_TOKEN cannot push to protected main
2 parents 0d3d726 + 29164bb commit d984a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@v4
129129
with:
130130
ref: main
131-
token: ${{ secrets.GITHUB_TOKEN }}
131+
token: ${{ secrets.TOKEN }}
132132
- uses: actions/download-artifact@v4
133133
with:
134134
name: meta

0 commit comments

Comments
 (0)