Skip to content

Commit

Permalink
fix: size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Mar 28, 2024
1 parent cc0078f commit ba65405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
types: [opened, synchronize]

permissions:
contents: read
contents: write
pull-requests: write

jobs:
size:
permissions:
contents: read
checks: read
contents: write
pull-requests: write
runs-on: ubuntu-latest

Expand Down

0 comments on commit ba65405

Please sign in to comment.