Skip to content

Commit 7695a96

Browse files
committed
Add COMPATHELPER_PRIV to CompatHelper
1 parent 1eb2dd1 commit 7695a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Pkg.add("CompatHelper")
1616
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1717
- name: CompatHelper.main()
18+
run: julia --color=yes -e 'using CompatHelper; CompatHelper.main()'
1819
env:
1920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
run: julia -e 'using CompatHelper; CompatHelper.main()'
21+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)