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 52356ec commit 77478c9Copy full SHA for 77478c9
.github/workflows/use_org_secret.yaml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
24
- name: az cli commands
25
+ env:
26
+ ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
27
uses: azure/cli@v1
28
29
azcliversion: 2.55.0
0 commit comments