We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f085e commit 89f5a06Copy full SHA for 89f5a06
.github/workflows/CompatHelper.yml
@@ -12,5 +12,5 @@ jobs:
12
- name: CompatHelper.main()
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
- COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
+ COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
16
run: julia -e 'using CompatHelper; CompatHelper.main()'
0 commit comments