Skip to content

Commit 1dcd19a

Browse files
Update cron schedule and access token in updater.yml
1 parent 13bf34a commit 1dcd19a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/updater.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: GitHub Actions Version Updater
33
# Controls when the action will run.
44
on:
55
schedule:
6-
# Automatically run on every Sunday
7-
- cron: '0 0 * * 0'
6+
# Automatically run on every Monday
7+
- cron: '0 12 * * 1'
88

99
jobs:
1010
build:
@@ -14,10 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
# [Required] Access token with `workflow` scope.
17-
token: ${{ secrets.TARDIS_WORKFLOW }}
17+
token: ${{ secrets.TARDIS_ACTIONS }}
1818

1919
- name: Run GitHub Actions Version Updater
2020
uses: saadmk11/github-actions-version-updater@v0.9.0
2121
with:
2222
# [Required] Access token with `workflow` scope.
23-
token: ${{ secrets.TARDIS_WORKFLOW }}
23+
token: ${{ secrets.TARDIS_ACTIONS }}

0 commit comments

Comments
 (0)