Skip to content

Commit

Permalink
ci: set permissions of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jun 23, 2023
1 parent 6f5c95e commit d97d32a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ on:
jobs:
megalinter:
uses: lars-reimann/.github/.github/workflows/megalinter-reusable.yml@main
permissions:
contents: write
issues: write
pull-requests: write
secrets:
PAT: ${{ secrets.PAT }}

0 comments on commit d97d32a

Please sign in to comment.