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 d3b8aaf commit 2b7d030Copy full SHA for 2b7d030
.github/workflows/build-single-image.yml
@@ -95,6 +95,7 @@ jobs:
95
echo "::add-mask::$PLUS_CREDS"
96
echo $PLUS_CREDS | jq -r '.crt' > nginx-repo.crt
97
echo $PLUS_CREDS | jq -r '.key' > nginx-repo.key
98
+ az keyvault secret show --name rhel-creds --vault-name ${{ secrets.NIC_KEYVAULT_NAME }} --query value -o tsv > rhel_license
99
if: ${{ contains(inputs.target, 'plus') }}
100
101
- name: Fetch Cached Binary Artifacts
@@ -142,5 +143,5 @@ jobs:
142
143
144
- name: Clean up secrets
145
run: |
- rm -f nginx-repo.crt nginx-repo.key
146
+ rm -f nginx-repo.crt nginx-repo.key rhel_license
147
if: always()
0 commit comments