Skip to content

Commit

Permalink
Merge pull request #43 from imponeer/changed-dependabot-permissions
Browse files Browse the repository at this point in the history
changed dependabot permissions
  • Loading branch information
MekDrop authored Apr 2, 2024
2 parents 497326e + db8b3de commit d4c86a2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 8.0
- 8.1
- 8.2
- 8.3
os:
- ubuntu-latest
name: PHP ${{ matrix.php }}; ${{ matrix.os }}
Expand All @@ -43,7 +44,19 @@ jobs:

dependabot:
needs: tests
permissions: write-all
permissions:
actions: write
checks: read
contents: write
deployments: read
discussions: read
issues: write
pages: read
packages: read
pull-requests: write
repository-projects: read
security-events: write
statuses: write
runs-on: ubuntu-latest
# Checking the actor will prevent your Action run failing on non-Dependabot
# PRs but also ensures that it only does work for Dependabot PRs.
Expand Down

0 comments on commit d4c86a2

Please sign in to comment.