Skip to content

Commit 00e168f

Browse files
Fix missing token in workflow checkout step (#41)
1 parent 3690021 commit 00e168f

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
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
ref: master
118-
token: ${{ secrets.TOKEN }}
118+
token: ${{ secrets.GITHUB_TOKEN }}
119119
- uses: actions/download-artifact@v4
120120
with:
121121
name: meta

0 commit comments

Comments
 (0)