refactor: update GitHub Actions workflow to add permissions for checks and pull requests for the cli-tests job (#3844)

This commit is contained in:
Sanjai Kumar
2025-01-28 14:13:14 +05:30
committed by GitHub
parent 05be59f00c
commit bfc1101371

View File

@@ -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