We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d11f5 commit 20979d0Copy full SHA for 20979d0
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -80,6 +80,7 @@ jobs:
80
- name: Add subscriptions from GitHub secret
81
if: ${{ inputs.subscription }}
82
run: |
83
+ sudo mkdir -p /etc/pki/
84
sudo cp -R ${PWD}/ci/secrets/pki/* /etc/pki/
85
printf "${PWD}/ci/secrets/pki/consumer:/etc/pki/consumer\n${PWD}/ci/secrets/pki/entitlement:/etc/pki/entitlement" | sudo tee /usr/share/containers/mounts.conf
86
0 commit comments