Skip to content

Commit

Permalink
Update master_training20240831.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oigbokwe73 committed Aug 31, 2024
1 parent 5ba51b0 commit c7f223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_training20240831.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: Azure/cli@v1
with:
inlineScript: |
ACCOUNT_KEY=$(az storage account keys list --account-name ${{ secrets.AZURE_STORAGE_ACCOUNT_NAME }} --resource-group 'training20240830' --query [0].value --output tsv)
ACCOUNT_KEY=$(az storage account keys list --account-name ${{ secrets.AZURE_STORAGE_ACCOUNT_NAME }} --resource-group 'training20240831' --query [0].value --output tsv)
echo "ACCOUNT_KEY=${ACCOUNT_KEY}" >> $GITHUB_ENV
- name: Write config Files To Storage Account Container
Expand Down

0 comments on commit c7f223a

Please sign in to comment.