Add permission to Edit Dependabot PR workflow
Issue gh-14486
This commit is contained in:
parent
27ebeefb14
commit
45f8ab3401
|
@ -15,6 +15,7 @@ jobs:
|
|||
edit-dependabot-pr:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
permissions: write-all
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue