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