Skip to content

Commit

Permalink
Fix pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 29, 2024
1 parent 48ba041 commit c42b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
mkdir -p ~/.crc/cache
wget -q https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/bundles/openshift/4.14.7/crc_libvirt_4.14.7_amd64.crcbundle -O ~/.crc/cache/crc_libvirt_4.14.7_amd64.crcbundle
echo ${{ secrets.OPENSHIFT_PULL_SECRET }} > pull-secret.txt
echo "${{ secrets.OPENSHIFT_PULL_SECRET }}" > pull-secret.txt
cat pull-secret.txt
./crc config set consent-telemetry no
./crc config set network-mode user
Expand Down

0 comments on commit c42b239

Please sign in to comment.