Skip to content

Commit ef8590a

Browse files
committed
TOKEN to GITHUB_TOKEN
1 parent 7b57f39 commit ef8590a

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
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v2
126126
with:
127127
ref: master
128-
token: ${{ secrets.TOKEN }}
128+
token: ${{ secrets.GITHUB_TOKEN }}
129129
- uses: actions/download-artifact@v2
130130
with:
131131
name: meta

0 commit comments

Comments
 (0)