Skip to content

Commit

Permalink
Use read-only permissions for the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jul 27, 2022
1 parent 3325fe2 commit d6ebfae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths-ignore:
- README.md
workflow_dispatch:
permissions:
contents: read

jobs:
test:
Expand Down

0 comments on commit d6ebfae

Please sign in to comment.