Skip to content

Commit

Permalink
ci(tests): define permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Mar 26, 2024
1 parent 78d3762 commit be385ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
actions: read
contents: read
pull-requests: write
security-events: write

name: tests
jobs:
tests:
Expand Down

0 comments on commit be385ee

Please sign in to comment.