Skip to content

Commit e30fcb4

Browse files
authored
Update CompatHelper.yml (#248)
1 parent d48150e commit e30fcb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ 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.DOCUMENTER_KEY }}
1917
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)