Skip to content

Commit 3ebb1f1

Browse files
check issue
1 parent 77478c9 commit 3ebb1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/use_org_secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
inlinescript: |
3131
az account set -s "TECH-ARCHITECTS-NONPROD"
3232
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
33+
az storage blob upload --account-name techarchitectssa --account-key $ACCESS_KEY --container-name env-secrets --file cat.txt --name myblob
3434
- name: Completed
3535
run: |
3636
echo "program completed successfully"

0 commit comments

Comments
 (0)