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 16150aa commit 1084152Copy full SHA for 1084152
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -128,7 +128,7 @@ jobs:
128
if: ${{ inputs.subscription }}
129
run: |
130
printf "${PWD}/ci/secrets/pki/consumer:/etc/pki/consumer\n${PWD}/ci/secrets/pki/entitlement:/etc/pki/entitlement" > /usr/share/containers/mounts.conf
131
- cp ${PWD}/ci/secrets/pull-secret.json $HOME/.config/containers/auth.json
+ cp ${PWD}/ci/secrets/pull-secret.txt $HOME/.config/containers/auth.json
132
133
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
134
- name: "push|schedule: make ${{ inputs.target }}"
ci/secrets/pull-secret.json renamed to ci/secrets/pull-secret.txt
0 commit comments