Skip to content

Commit 0900ee7

Browse files
authored
Enable secret key in compathelper runs (#242)
1 parent d0bf45a commit 0900ee7

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
@@ -41,5 +41,5 @@ jobs:
4141
shell: julia --color=yes {0}
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
# COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
44+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
4545
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}

0 commit comments

Comments
 (0)