Skip to content

Commit 83054ef

Browse files
author
lucifer
committed
2 parents 80b2998 + 033f385 commit 83054ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .github/workflows/schedule.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ jobs:
88
Daily:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Check out repository code
12+
uses: actions/checkout@v2
13+
- name: run npm
14+
uses: actions/setup-node@v2
15+
with:
16+
node-version: "14"
17+
- run: npm install
1118
- name: daily problem and daily check
1219
env:
13-
issueToken: ${{secrets.issueToken}}
20+
issueToken: ${{secrets.ISSUETOKEN}}
1421
run: npm run daily-schedule
1522
- name: Commit static
1623
run: |

0 commit comments

Comments
 (0)