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 3e0cf15 commit ae9649cCopy full SHA for ae9649c
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Azure
32
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
33
with:
34
- creds: ${{ secrets.AZURE_CREDENTIALS }}
+ creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_ASA }}
35
- name: Set up Azure Spring Extension
36
run: az extension add --name spring
37
- name: Create app
0 commit comments