Skip to content

Commit f71837d

Browse files
committed
Update permissions in CI/CD workflow to allow write access for contents and security events
1 parent b40b9f0 commit f71837d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77

88
permissions:
9-
attestations: write
10-
id-token: write
11-
contents: read
9+
attestations: write
10+
id-token: write
11+
contents: write
12+
packages: write
13+
security-events: write
1214

1315
env:
1416
AZURE_WEBAPP_NAME: app-gh-aspnet-webapp-01 # set this to your application's name

0 commit comments

Comments
 (0)