Skip to content

Commit 1f87784

Browse files
authored
chore(release): grant write permissions to on_issue_comment workflow (#3892)
Update on_issue_comment.yaml to request contents: write and issues: write permissions, which are required for the called reusable workflows.
1 parent b2d1bf0 commit 1f87784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_issue_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
types: [created]
66

77
permissions:
8-
contents: read
9-
issues: read
8+
contents: write
9+
issues: write
1010

1111
jobs:
1212
# This job always runs to prevent GHA from marking the run as failed when

0 commit comments

Comments
 (0)