Skip to content

Commit 20d5eb7

Browse files
committed
Update permissions
1 parent 07891e8 commit 20d5eb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ env:
1616
DOTNET_ROLL_FORWARD: LatestMajor
1717

1818
permissions:
19-
contents: read
19+
contents: write
2020
pages: write
2121
id-token: write
22+
security-events: write
2223

2324
jobs:
2425
ci:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
DOTNET_ROLL_FORWARD: LatestMajor
1414

1515
permissions:
16-
contents: read
16+
contents: write
1717
pages: write
1818
id-token: write
1919

0 commit comments

Comments
 (0)