Skip to content

Commit

Permalink
fix: add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 25, 2024
1 parent c055331 commit fdb174f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lib-dmarc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- main
workflow_dispatch:

permissions:
contents: read
pull-requests: read
checks: write

jobs:
ci:
uses: ./.github/workflows/_ci.yml
Expand Down

0 comments on commit fdb174f

Please sign in to comment.