Skip to content

Commit

Permalink
ci: set permissions required by the test workflow explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 26, 2024
1 parent 6f71ed3 commit 1cf5f2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

jobs:
discover:
name: Discover Test Groups
Expand Down

0 comments on commit 1cf5f2b

Please sign in to comment.