Skip to content

Commit

Permalink
Use shared Azure credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed May 14, 2024
1 parent d65e2a3 commit 3a70f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
- name: Set up Azure Spring Extension
run: az extension add --name spring
- name: Create app
Expand Down

0 comments on commit 3a70f5c

Please sign in to comment.