Skip to content

Commit

Permalink
fixup! Add CompatHelper action.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeoV committed Dec 16, 2024
1 parent 3171aee commit f2568df
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 @@ -12,5 +12,5 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
COMPATHELPER_PRIV: ${{ secrets.SSH_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit f2568df

Please sign in to comment.