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 81be29e commit f625b2eCopy full SHA for f625b2e
.github/workflows/azure-deploy.yml
@@ -13,8 +13,9 @@ on:
13
workflow_dispatch: # Allows you to run the workflow manually
14
15
permissions:
16
- contents: read
17
- pull-requests: write
+ id-token: write
+ contents: read
18
+ pull-requests: write
19
20
jobs:
21
deploy-dev:
@@ -24,7 +25,7 @@ jobs:
24
25
- uses: actions/checkout@v4
26
27
- name: Azure Login
- uses: azure/login@v2.1.1
28
+ uses: azure/login@v1
29
with:
30
client-id: ${{ secrets.AZURE_CLIENT_ID }}
31
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments