Skip to content

Commit bb7df17

Browse files
authored
Merge pull request #18 from impresscms-dev/write-all-permission-for-dependabot
write-all permission for dependabot
2 parents 909e75b + 2ef8132 commit bb7df17

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
@@ -42,9 +42,7 @@ jobs:
4242
dependabot:
4343
needs:
4444
- test
45-
permissions:
46-
pull-requests: write
47-
contents: write
45+
permissions: write-all
4846
runs-on: ubuntu-latest
4947
# Checking the actor will prevent your Action run failing on non-Dependabot
5048
# PRs but also ensures that it only does work for Dependabot PRs.

0 commit comments

Comments
 (0)