Skip to content

Commit

Permalink
security: add permissions block to workflows (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Feb 26, 2024
1 parent 6467977 commit d2cdc28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
types:
- completed

permissions:
contents: read
actions: read

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

0 comments on commit d2cdc28

Please sign in to comment.