Skip to content

Commit

Permalink
Fix azure credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave authored May 14, 2024
1 parent 05aebff commit 345f312
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@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_TEAM }}
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 345f312

Please sign in to comment.