Skip to content

Commit

Permalink
CompatHelper: update the name of the private key secret (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 16, 2023
1 parent af0367b commit 4128618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: CompatHelper.main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
COMPATHELPER_PRIV: ${{ secrets.FUTURETAGBOT_PRIVATE_KEY }}
run: julia --color=yes -e 'using CompatHelper; CompatHelper.main(; include_jll = true)'

0 comments on commit 4128618

Please sign in to comment.