Skip to content

Commit 7914b7d

Browse files
authored
chore: fix ci permissions (#460)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 15c6c51 commit 7914b7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/component-owners.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
pull_request_target:
44

55
permissions:
6-
contents: read # to read changed files
7-
issues: read|write # to read/write issue assignees
8-
pull-requests: read|write # to read/write PR reviewers
6+
contents: read # to read changed files
7+
issues: write # to read/write issue assignees
8+
pull-requests: write # to read/write PR reviewers
99

1010
jobs:
1111
run_self:
@@ -15,4 +15,4 @@ jobs:
1515
- uses: dyladan/component-owners@95fcb98c201ff5a41f6b9df38caad4bf9bf4ef02
1616
with:
1717
config-file: .github/component_owners.yml
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)