Skip to content

Commit d30211d

Browse files
Update update-readme.yml
1 parent b6d97d0 commit d30211d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update README
22

33
on:
44
schedule:
5-
- cron: '*/15 * * * *'
5+
- cron: '*/5 * * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: jamesgeorge007/github-activity-readme@master
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)