Skip to content

Commit 1e04355

Browse files
authored
Update CompatHelper.yml
1 parent 6897cdb commit 1e04355

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1+
12
name: CompatHelper
2-
33
on:
44
schedule:
55
- cron: '00 00 * * *'
6-
6+
workflow_dispatch:
77
jobs:
88
CompatHelper:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: julia-actions/setup-julia@latest
12-
with:
13-
version: 1.3
1411
- name: Pkg.add("CompatHelper")
1512
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1613
- name: CompatHelper.main()
1714
env:
1815
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
1917
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)