Skip to content

Commit 7ac7749

Browse files
committed
manage: Added cron trigger to workflow validate.yml
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent a097e8b commit 7ac7749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: jaid/action-npm-install@master
1919
- name: Jest
2020
uses: jaid/action-jest@master
21+
with:
22+
githubToken: ${{ secrets.GITHUB_TOKEN }}
2123
- name: Uptodater
2224
uses: jaid/action-uptodater@master
2325
with:

0 commit comments

Comments
 (0)