Skip to content

Commit

Permalink
Add write permissions to workflows (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon authored Feb 20, 2024
1 parent d378dd8 commit 45e8b70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened]

permissions:
contents: read
contents: write

jobs:
triage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-iis-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- completed

permissions:
contents: read
contents: write

jobs:
report:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- completed

permissions:
contents: read
contents: write

jobs:
report:
Expand Down

0 comments on commit 45e8b70

Please sign in to comment.