From bfc110137129e7d4319694297af10a3baeb5cde6 Mon Sep 17 00:00:00 2001 From: Sanjai Kumar <161328623+sanjaikumar-bruno@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:13:14 +0530 Subject: [PATCH] refactor: update GitHub Actions workflow to add permissions for checks and pull requests for the `cli-tests` job (#3844) --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aec3d68a0..c029b0224 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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