Skip to content

Commit

Permalink
chore: Update Azure credentials in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromsft committed Jul 1, 2024
1 parent 7eab296 commit a6c2f45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/01-CreateAzureResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Login
uses: azure/login@v2
with:
creds: ${{ secrets.ORG_AZ_CREDENTIALS }}
creds: ${{ secrets.AZ_CREDENTIALS }}

- name: Create Resource Group
uses: azure/CLI@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-Deployment-API.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Login
uses: azure/login@v2
with:
creds: ${{ secrets.ORG_AZ_CREDENTIALS }}
creds: ${{ secrets.AZ_CREDENTIALS }}

- uses: azure/webapps-deploy@v3
name: Deploy to Azure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/03-Deployment-Function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Login
uses: azure/login@v2
with:
creds: ${{ secrets.ORG_AZ_CREDENTIALS }}
creds: ${{ secrets.AZ_CREDENTIALS }}

- name: 'Run Azure Functions action'
uses: Azure/functions-action@v1
Expand Down

0 comments on commit a6c2f45

Please sign in to comment.