Skip to content

Commit

Permalink
Give bundle-analyzer permission to comment on dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Nov 25, 2024
1 parent 5d87e66 commit f242e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:

bundle-analyzer:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f242e15

Please sign in to comment.