Skip to content

Commit

Permalink
Add permissions to package-size-report workflow (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD authored Sep 4, 2024
1 parent 4d1b9e1 commit 4b565ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ concurrency:
jobs:
package-size-report:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand Down

0 comments on commit 4b565ac

Please sign in to comment.