Skip to content

Commit fd96b87

Browse files
authored
Update cbnew-push.yml
1 parent 61b5dde commit fd96b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cbnew-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cbnew-push
33
on:
44
schedule:
55
# 每工作日9:00执行
6-
- cron: "0 0 9 ? * MON-FRI"
6+
- cron: '0 9 * * 1-5'
77

88
jobs:
99

@@ -19,4 +19,4 @@ jobs:
1919

2020
- name: Run cbnew push job
2121
run: |
22-
sudo bin/cbnew
22+
sudo bin/cbnew ${{ secrets.BARK_KEY }}

0 commit comments

Comments
 (0)