give action write permission for pull requests
This commit is contained in:
parent
189bd651d4
commit
b00b20c99b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dependabot-sync.yml
vendored
2
.github/workflows/dependabot-sync.yml
vendored
|
@ -2,6 +2,8 @@ name: Sync Dependabot Bump
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, edited]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue