Skip to content

Commit

Permalink
added more permissions to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Mar 24, 2024
1 parent 5b82c0d commit c025c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

permissions:
contents: read
checks: write

jobs:
generate-matrix:
name: Generate Matrix
Expand Down

0 comments on commit c025c89

Please sign in to comment.