Skip to content

Commit d6bdd13

Browse files
author
lucifer
committed
fix: secret
1 parent d3f6b03 commit d6bdd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/generate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Check out repository code
99
uses: actions/checkout@v2
1010
with:
11-
token: ${{ secrets.GENERATE }}
11+
token: ${{ secrets.CHECKOUT }}
1212
submodules: "true"
1313
- name: run npm
1414
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)