Skip to content

Commit

Permalink
raw json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHorstmann committed Jul 7, 2023
1 parent 0bd287c commit 43cd460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "AZURE_STORAGE_ACCOUNT_USER=${{ steps.bicep.outputs.storageAccountName }}" >> "$GITHUB_ENV"
- name: Fetch storage key
run: echo "AZURE_STORAGE_ACCOUNT_PASSWORD=$(az storage account keys list -g ${{ vars.AZURE_RG }} -n ${{ steps.bicep.outputs.storageAccountName }} | jq ".[0].value")" >> "$GITHUB_ENV"
run: echo "AZURE_STORAGE_ACCOUNT_PASSWORD=$(az storage account keys list -g ${{ vars.AZURE_RG }} -n ${{ steps.bicep.outputs.storageAccountName }} | jq -r ".[0].value")" >> "$GITHUB_ENV"

- name: Install Kubectl
uses: azure/setup-kubectl@v3
Expand Down

0 comments on commit 43cd460

Please sign in to comment.