Skip to content

Commit c0911f8

Browse files
authored
Update CompatHelper.yml
Add SSH key to trigger CI
1 parent 6a906da commit c0911f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CompatHelper.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- name: CompatHelper.main()
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
1920
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)