Skip to content

Commit 89f5a06

Browse files
authored
Make TagBot able to deploy docs
1 parent 80f085e commit 89f5a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- name: CompatHelper.main()
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
15+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
1616
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)