We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63337df commit 476d6f2Copy full SHA for 476d6f2
.github/workflows/root-ci.yml
@@ -84,6 +84,9 @@ jobs:
84
(github.repository_owner == 'root-project' && github.event_name != 'pull_request') ||
85
(github.event_name == 'pull_request' && !(contains(github.event.pull_request.title, '[skip-ci]') || contains(github.event.pull_request.title, '[skip ci]')))
86
87
+ env:
88
+ SSL_CERT_FILE: ${{ secrets.SSL_CERT_FILE_VALUE }} # necessary for davix to connect to https
89
+
90
permissions:
91
contents: read
92
0 commit comments