Skip to content

Commit ae9649c

Browse files
authored
Use org secrets
Signed-off-by: Madhura Bhave <[email protected]>
1 parent 3e0cf15 commit ae9649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Azure
3232
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
3333
with:
34-
creds: ${{ secrets.AZURE_CREDENTIALS }}
34+
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_ASA }}
3535
- name: Set up Azure Spring Extension
3636
run: az extension add --name spring
3737
- name: Create app

0 commit comments

Comments
 (0)