Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M3GH4NN authored Jan 11, 2024
1 parent 58fceed commit 6dd4af9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,12 @@ jobs:
#AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
azure-login:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: 'Az CLI login'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: 'Run Azure CLI commands'
run: |
az account show
Expand Down

0 comments on commit 6dd4af9

Please sign in to comment.