Skip to content

Commit 983c4f3

Browse files
authored
Merge pull request #28 from impresscms-dev/MekDrop-patch-1
Permissions in on-pull-request.yml for dependabot fix
2 parents c2b375a + 5e32dff commit 983c4f3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,19 @@ jobs:
4242
dependabot:
4343
needs:
4444
- test
45-
permissions: write-all
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
4658
runs-on: ubuntu-latest
4759
# Checking the actor will prevent your Action run failing on non-Dependabot
4860
# PRs but also ensures that it only does work for Dependabot PRs.

0 commit comments

Comments
 (0)