Skip to content

Commit

Permalink
security: add permissions block to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Feb 17, 2024
1 parent d169e81 commit c12b79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Pull request checks

on: [pull_request]

permissions:
contents: read

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

0 comments on commit c12b79c

Please sign in to comment.