Skip to content

Commit 20979d0

Browse files
committed
allow push
1 parent 69d11f5 commit 20979d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: Add subscriptions from GitHub secret
8181
if: ${{ inputs.subscription }}
8282
run: |
83+
sudo mkdir -p /etc/pki/
8384
sudo cp -R ${PWD}/ci/secrets/pki/* /etc/pki/
8485
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
8586

0 commit comments

Comments
 (0)