Skip to content

Commit 05d3c4b

Browse files
Add permission to Edit Dependabot PR workflow
Issue gh-14486
1 parent 5f80cfc commit 05d3c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/edit-dependabot-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
edit-dependabot-pr:
1616
runs-on: ubuntu-latest
1717
if: github.actor == 'dependabot[bot]'
18+
permissions: write-all
1819
steps:
1920

2021
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)