We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf34a commit 1dcd19aCopy full SHA for 1dcd19a
1 file changed
.github/workflows/updater.yml
@@ -3,8 +3,8 @@ name: GitHub Actions Version Updater
3
# Controls when the action will run.
4
on:
5
schedule:
6
- # Automatically run on every Sunday
7
- - cron: '0 0 * * 0'
+ # Automatically run on every Monday
+ - cron: '0 12 * * 1'
8
9
jobs:
10
build:
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
# [Required] Access token with `workflow` scope.
17
- token: ${{ secrets.TARDIS_WORKFLOW }}
+ token: ${{ secrets.TARDIS_ACTIONS }}
18
19
- name: Run GitHub Actions Version Updater
20
uses: saadmk11/github-actions-version-updater@v0.9.0
21
22
23
0 commit comments