diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e180674..a8859f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ 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: diff --git a/README.md b/README.md index d183746..a68832d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ 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: @@ -82,7 +81,6 @@ 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