diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c05edb1168..0eba7e19ce 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,6 +12,11 @@ concurrency: jobs: test: + permissions: + contents: write + checks: write + pull-requests: write + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -19,7 +24,7 @@ jobs: - uses: ./.github/workflows/yarn - name: Annotations and coverage report - uses: ArtiomTr/jest-coverage-report-action@v2 + uses: ArtiomTr/jest-coverage-report-action@v2.3.1 with: skip-step: install annotations: failed-tests