Skip to content

Commit

Permalink
add missing permissions to action-depup (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruloop authored Jun 19, 2024
1 parent 9a48426 commit 6a4e384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
reviewdog:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-depup@v1
Expand Down

0 comments on commit 6a4e384

Please sign in to comment.