Skip to content

Commit

Permalink
Give validate-dependabot workflow write access on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
daanboer committed Jun 30, 2023
1 parent f370479 commit 559cf39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
paths:
- '.github/dependabot.yml'
- '.github/workflows/validate-dependabot.yml'

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

jobs:
validate:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 559cf39

Please sign in to comment.