Skip to content

Commit

Permalink
Merge pull request #528 from gridap/adding_ssh_secret_to_compathelper…
Browse files Browse the repository at this point in the history
…_yml_file

Added ssh secret to compathelper yml file
  • Loading branch information
fverdugo authored Jan 27, 2021
2 parents ed3334e + 4fd7f44 commit 5d7252b
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,4 +12,5 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} #Reuse DOCUMENTER_KEY for CompatHelper
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit 5d7252b

Please sign in to comment.