Skip to content

Commit b5e791b

Browse files
authored
update CompatHelper.yml
1 parent 31ecd28 commit b5e791b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
5-
- cron: '0 0 * * *'
6-
4+
- cron: 0 0 * * *
5+
workflow_dispatch:
76
jobs:
87
CompatHelper:
98
runs-on: ubuntu-latest
109
steps:
11-
- name: Install CompatHelper
12-
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
13-
- name: Run CompatHelper
14-
env:
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
17-
run: julia -e 'using CompatHelper; CompatHelper.main()'
10+
- uses: JuliaRegistries/compathelper-action@v1
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}
13+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)