Skip to content

Commit f78b67b

Browse files
authored
write-all for dependabot
1 parent 0dbb5e6 commit f78b67b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
dependabot:
4141
needs:
4242
- test
43-
permissions:
44-
pull-requests: write
45-
contents: write
43+
permissions: write-all
4644
runs-on: ubuntu-latest
4745
# Checking the actor will prevent your Action run failing on non-Dependabot
4846
# PRs but also ensures that it only does work for Dependabot PRs.

0 commit comments

Comments
 (0)