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 c3dc094
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on:
types: [opened, synchronize]

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

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

Expand Down

0 comments on commit c3dc094

Please sign in to comment.