Skip to content

Commit

Permalink
refactor: update GitHub Actions workflow to add permissions for check…
Browse files Browse the repository at this point in the history
…s and pull requests for the `cli-tests` job (#3844)
  • Loading branch information
sanjaikumar-bruno authored Jan 28, 2025
1 parent 05be59f commit bfc1101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
cli-test:
name: CLI Tests
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit bfc1101

Please sign in to comment.