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 77478c9 commit 3ebb1f1Copy full SHA for 3ebb1f1
.github/workflows/use_org_secret.yaml
@@ -30,7 +30,7 @@ jobs:
30
inlinescript: |
31
az account set -s "TECH-ARCHITECTS-NONPROD"
32
az account show -o json
33
- az storage blob upload --account-name techarchitectssa --account-key ${{ secrets.ACCESS_KEY }} --container-name env-secrets --file cat.txt --name myblob
+ az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name env-secrets --file cat.txt --name myblob
34
- name: Completed
35
run: |
36
echo "program completed successfully"
0 commit comments