Skip to content

Commit

Permalink
pull-secret.json dont validate as json its encrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jul 12, 2024
1 parent 5134977 commit 2289783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
if: ${{ inputs.subscription }}
run: |
printf "${PWD}/ci/secrets/pki/consumer:/etc/pki/consumer\n${PWD}/ci/secrets/pki/entitlement:/etc/pki/entitlement" > /usr/share/containers/mounts.conf
cp ${PWD}/ci/secrets/pull-secret.json $HOME/.config/containers/auth.json
cp ${PWD}/ci/secrets/pull-secret.txt $HOME/.config/containers/auth.json
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
- name: "push|schedule: make ${{ inputs.target }}"
Expand Down
File renamed without changes.

0 comments on commit 2289783

Please sign in to comment.