Skip to content

Commit

Permalink
Merge pull request clusterbench#428 from rhusar/ci-permissions
Browse files Browse the repository at this point in the history
CI: Restrict CI permissions to read only.
  • Loading branch information
rhusar authored Feb 15, 2024
2 parents 0c03182 + 24f94c2 commit 3207d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '*'
merge_group:
types: [ checks_requested ]
permissions:
contents: read
jobs:
ci:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 3207d70

Please sign in to comment.