Skip to content

Commit d3cd4b3

Browse files
committed
ci: update cron
1 parent d66cc10 commit d3cd4b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cron.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@ name: cron
22

33
on:
44
schedule:
5-
# Cron job every Monday at 12:00
6-
# https://crontab.guru/every-monday
7-
- cron: '0 0 * * MON'
5+
# Cron job every day at 12:00
6+
# https://crontab.guru/#0_12_*_*_*
7+
- cron: '0 0 * * *'
88

99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15+
with:
16+
token: ${{ secrets.GH_TOKEN }}
1517
- name: Setup Node.js
1618
uses: actions/setup-node@v2
1719
with:

0 commit comments

Comments
 (0)