Skip to content

Commit

Permalink
chore: add permissions so dependabot tests pass
Browse files Browse the repository at this point in the history
Refs: OPS-9451
  • Loading branch information
lazysoundsystem committed Jul 19, 2023
1 parent f33b796 commit a26b286
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 a26b286

Please sign in to comment.