Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Use DOCUMENTER_KEY for CompatHelper
Browse files Browse the repository at this point in the history
This allows CI to run in pull requests opened by CompatHelper.
  • Loading branch information
giordano committed Dec 27, 2020
1 parent 9767ac1 commit 6ef8cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
run: julia -e 'using CompatHelper; CompatHelper.main()'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 6ef8cfb

Please sign in to comment.