Skip to content

Commit

Permalink
add write permissions to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 25, 2024
1 parent 836da48 commit 0d83d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches: [ "**" ]

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

jobs:
lint:
Expand Down

0 comments on commit 0d83d91

Please sign in to comment.