Skip to content

Commit

Permalink
ci(lint): add permissions to lint workflow
Browse files Browse the repository at this point in the history
- Added 'pull-requests', 'contents' read permissions
- Added 'checks' write permission
  • Loading branch information
sheldonhull committed Jan 18, 2024
1 parent 686b5b5 commit 32fbdd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
workflow_dispatch:
workflow_call: # so composite actions can use this
permissions:
pull-requests: read
contents: read
checks: write
jobs:
lint:
uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main
Expand Down

0 comments on commit 32fbdd4

Please sign in to comment.