We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da26c2 + c5eb452 commit d31f98aCopy full SHA for d31f98a
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -9,6 +9,9 @@ concurrency:
9
group: deploy-to-azure
10
cancel-in-progress: false
11
12
+permissions:
13
+ id-token: write
14
+
15
env:
16
AZURE_WEBAPP_NAME: e2e-security-web-appsrv-dev # set this to the name of your Azure App Service
17
AZURE_WEBAPP_PACKAGE_PATH: "."
@@ -22,7 +25,6 @@ jobs:
22
25
23
26
permissions:
24
27
contents: read
- id-token: write
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments