Skip to content

Commit 1035fe2

Browse files
Deploy to Azure Container Instance
1 parent 5a4343c commit 1035fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 'Login via Azure CLI'
2020
uses: azure/login@v1
2121
with:
22-
creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} # set up AZURE_RBAC_CREDENTIALS secrets in your repository
22+
creds: ${{ secrets.AZURE_RBAC_CREDENTIALS }} # set up AZURE_RBAC_CREDENTIALS secrets in your repository
2323

2424
- name: Update Azure Container Instance
2525
run: |

0 commit comments

Comments
 (0)