Add permission to Edit Dependabot PR workflow

Issue gh-14486
This commit is contained in:
Marcus Hert Da Coregio 2024-01-29 10:01:10 -03:00
parent 5f80cfc705
commit 05d3c4b695

View File

@ -15,6 +15,7 @@ jobs:
edit-dependabot-pr: edit-dependabot-pr:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' if: github.actor == 'dependabot[bot]'
permissions: write-all
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4