Skip to content

Commit

Permalink
chore: set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgz5689 committed Jan 15, 2024
1 parent bb239a1 commit a237696
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: read
pull-requests: write

jobs:
size-report:
runs-on: ubuntu-latest
Expand All @@ -21,9 +25,6 @@ jobs:
with:
version: 8

- name: Show current directory
run: pwd

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a237696

Please sign in to comment.