Skip to content

Commit 171b46f

Browse files
authored
Merge pull request #12 from HolyLab/massinstallaction/set-up-CompatHelper
MassInstallAction: Install the CompatHelper workflow on this repository
2 parents 5740eb0 + ff85c1c commit 171b46f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CompatHelper
22
on:
33
schedule:
4-
- cron: 0 0 * * *
4+
- cron: 0 0 * * 4
55
workflow_dispatch:
66
jobs:
77
CompatHelper:
@@ -11,6 +11,6 @@ jobs:
1111
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1212
- name: CompatHelper.main()
1313
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
14+
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
15+
COMPATHELPER_PRIV: \${{ secrets.DOCUMENTER_KEY }}
1616
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)