Skip to content

Commit

Permalink
fix: grant PR comment workflow all permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
spachava753 committed Jan 20, 2025
1 parent 25dc425 commit 9e16a25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-comment-cpe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
# Only run on PR comments
if: github.event.issue.pull_request
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
workflows: write # Required to modify workflow files
permissions: write-all
steps:
# First checkout the default branch
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9e16a25

Please sign in to comment.