Skip to content

Commit

Permalink
add missed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 11, 2023
1 parent 438b19d commit 78dba22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/proofread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
jobs:
test:
name: Check
# permissions: write-all # Required since GitHub now gives actions read-only permissions by default
permissions:
pull-requests: write
# write-all # Required since GitHub now gives actions read-only permissions by default
runs-on: ubuntu-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 78dba22

Please sign in to comment.