Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 8, 2023
1 parent 07891e8 commit 20d5eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ env:
DOTNET_ROLL_FORWARD: LatestMajor

permissions:
contents: read
contents: write
pages: write
id-token: write
security-events: write

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DOTNET_ROLL_FORWARD: LatestMajor

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down

0 comments on commit 20d5eb7

Please sign in to comment.