Skip to content

Commit

Permalink
Set default permissions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Feb 14, 2024
1 parent 2b7b426 commit 88e8e17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
paths:
- 'tests/**'

permissions:
contents: read

jobs:
code-coverage:
name: Code Coverage
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
paths:
- 'pfdl_scheduler/**'

permissions:
contents: read

jobs:
lint-check:
name: Lint Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
paths:
- 'pfdl_scheduler/**'

permissions:
contents: read

jobs:
unit-tests:
name: Unit Tests
Expand Down

0 comments on commit 88e8e17

Please sign in to comment.