Skip to content

Commit

Permalink
Merge pull request #180 from UN-OCHA/OPS-9451-dependabot-permissions
Browse files Browse the repository at this point in the history
chore: add permissions so dependabot can pass tests
  • Loading branch information
lazysoundsystem authored Jul 20, 2023
2 parents 47edafb + c55c634 commit 07afd73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: write
checks: write
pull-requests: write
actions: read
statuses: write

steps:
- name: Checkout Code
Expand Down

0 comments on commit 07afd73

Please sign in to comment.