Skip to content

Commit

Permalink
"issues: write" is needed??
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed May 24, 2024
1 parent 243c296 commit 9bd03e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments

jobs:
build:
Expand Down Expand Up @@ -81,6 +82,7 @@ permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
issues: write # for comments
```

## Action inputs
Expand Down

0 comments on commit 9bd03e3

Please sign in to comment.