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 5a4343c commit 1035fe2Copy full SHA for 1035fe2
.github/workflows/azure.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: 'Login via Azure CLI'
20
uses: azure/login@v1
21
with:
22
- creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} # set up AZURE_RBAC_CREDENTIALS secrets in your repository
+ creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} # set up AZURE_RBAC_CREDENTIALS secrets in your repository
23
24
- name: Update Azure Container Instance
25
run: |
0 commit comments