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
1 changed files with 1 additions and 0 deletions

View File

@ -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