Skip to content

Commit

Permalink
Infrastructure: Restrict coverage report token
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Aug 28, 2021
1 parent c8b1c8c commit 52b4348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage-report.yml
Expand Up @@ -7,6 +7,10 @@ on:
- "test/**"
- "!examples/landmarks/**"

permissions:
contents: read
issues: write

jobs:
report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52b4348

Please sign in to comment.