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 6000f54 commit 77c933cCopy full SHA for 77c933c
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -253,7 +253,7 @@ jobs:
253
if: ${{ inputs.subscription }}
254
run: |
255
printf "${PWD}/ci/secrets/pki/consumer:/etc/pki/consumer\n${PWD}/ci/secrets/pki/entitlement:/etc/pki/entitlement" > /usr/share/containers/mounts.conf
256
- cp ${PWD}/ci/secrets/pull-secret.json $HOME/.config/containers/auth.json
+ cp ${PWD}/ci/secrets/pull-secret.txt $HOME/.config/containers/auth.json
257
258
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
259
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
ci/secrets/pull-secret.json renamed to ci/secrets/pull-secret.txt
0 commit comments