Skip to content

Commit

Permalink
fix(ci): add permissions to PR jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Sep 24, 2024
1 parent e60ca38 commit ed2726f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ name: Pull Requests
jobs:
build-test-lint:
name: Build, Test, and Lint
permissions:
contents: read
checks: write
uses: ./.github/workflows/build-test-lint.yaml
secrets: inherit
espresso-test:
name: Espresso Test
permissions:
contents: read
checks: write
uses: ./.github/workflows/espresso.yaml
secrets: inherit
needs:
Expand Down

0 comments on commit ed2726f

Please sign in to comment.