Skip to content

Commit 29164bb

Browse files
committed
Reinstate use of secrets.TOKEN because GITHUB_TOKEN cannot push to protected main
1 parent 0d3d726 commit 29164bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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)