Skip to content

Commit 1084152

Browse files
committed
pull-secret.json dont validate as json its encrypted
1 parent 16150aa commit 1084152

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
@@ -128,7 +128,7 @@ jobs:
128128
if: ${{ inputs.subscription }}
129129
run: |
130130
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
131+
cp ${PWD}/ci/secrets/pull-secret.txt $HOME/.config/containers/auth.json
132132
133133
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
134134
- name: "push|schedule: make ${{ inputs.target }}"
File renamed without changes.

0 commit comments

Comments
 (0)