mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +00:00
Changed az creds
This commit is contained in:
parent
bbc775e543
commit
9d2a882ffb
1 changed files with 7 additions and 1 deletions
8
.github/workflows/maven-build.yml
vendored
8
.github/workflows/maven-build.yml
vendored
|
@ -45,12 +45,18 @@ jobs:
|
||||||
# name: grid-capstone
|
# name: grid-capstone
|
||||||
# path: ./target/*.jar
|
# path: ./target/*.jar
|
||||||
|
|
||||||
|
- name: Azure login
|
||||||
|
uses: azure/login@v2
|
||||||
|
with:
|
||||||
|
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||||
|
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||||
|
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||||
|
|
||||||
- name: Azure CLI script
|
- name: Azure CLI script
|
||||||
uses: azure/cli@v2
|
uses: azure/cli@v2
|
||||||
with:
|
with:
|
||||||
azcliversion: latest
|
azcliversion: latest
|
||||||
inlineScript: |
|
inlineScript: |
|
||||||
az account show
|
az account show
|
||||||
az storage -h
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue