Skip to content

Commit 5d7252b

Browse files
authored
Merge pull request #528 from gridap/adding_ssh_secret_to_compathelper_yml_file
Added ssh secret to compathelper yml file
2 parents ed3334e + 4fd7f44 commit 5d7252b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CompatHelper.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- name: CompatHelper.main()
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} #Reuse DOCUMENTER_KEY for CompatHelper
1516
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)