Skip to content

Commit

Permalink
allow only the contents read permission in CI (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Aug 29, 2022
1 parent bf13bdf commit 09af513
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 @@ -6,6 +6,8 @@ on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
name: Test Cases
Expand Down

0 comments on commit 09af513

Please sign in to comment.