Skip to content

Commit 7919587

Browse files
authored
Merge pull request #31 from impresscms-dev/Update-on-pull-request.yml-(permissions-write-all)
Update on-pull-request.yml (permissions: write-all)
2 parents deb9d7a + 7c28526 commit 7919587

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,7 @@ jobs:
4242
dependabot:
4343
needs:
4444
- test
45-
permissions:
46-
actions: write
47-
checks: read
48-
contents: write
49-
deployments: read
50-
discussions: read
51-
issues: write
52-
pages: read
53-
packages: read
54-
pull-requests: write
55-
repository-projects: read
56-
security-events: write
57-
statuses: write
45+
permissions: write-all
5846
runs-on: ubuntu-latest
5947
# Checking the actor will prevent your Action run failing on non-Dependabot
6048
# PRs but also ensures that it only does work for Dependabot PRs.

0 commit comments

Comments
 (0)