Skip to content

Commit

Permalink
Add permissions for CI test github action
Browse files Browse the repository at this point in the history
Signed-off-by: William Douglas <[email protected]>
  • Loading branch information
bryteise committed Feb 29, 2024
1 parent deb2af0 commit ecb5cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: mixer-tools CI

on: [push, pull_request]

permissions:
contents: read
pull-requests: read

jobs:
pre-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ecb5cb3

Please sign in to comment.