Skip to content

Commit

Permalink
Merge pull request #1169 from OWASP/workflow-fix
Browse files Browse the repository at this point in the history
fix reporting: give junit job the right permissions
  • Loading branch information
commjoen authored Dec 24, 2023
2 parents 2fec114 + c42fd8d commit f3bb3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
checks: write
contents: read
issues: read
pull-requests: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
Expand Down

0 comments on commit f3bb3d5

Please sign in to comment.