Skip to content

Commit 77c933c

Browse files
committed
pull-secret.json dont validate as json its encrypted
1 parent 6000f54 commit 77c933c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
if: ${{ inputs.subscription }}
254254
run: |
255255
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
256+
cp ${PWD}/ci/secrets/pull-secret.txt $HOME/.config/containers/auth.json
257257
258258
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
259259
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
File renamed without changes.

0 commit comments

Comments
 (0)