From b0977228bf931479afe14abbb87ec34bd3ea2c6a Mon Sep 17 00:00:00 2001 From: inomdzhon Date: Thu, 28 May 2026 17:08:34 +0300 Subject: [PATCH 1/2] ci(deploy_test_coverage): add pull-requests: read --- .github/workflows/pull_request_packages_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_packages_deploy.yml b/.github/workflows/pull_request_packages_deploy.yml index a84e84749a..9d9c176e1f 100644 --- a/.github/workflows/pull_request_packages_deploy.yml +++ b/.github/workflows/pull_request_packages_deploy.yml @@ -29,6 +29,7 @@ jobs: permissions: id-token: write code-quality: write + pull-requests: read steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 From e72c76cae10dbe7a807ab3d3e76c6f72b5c4bd4c Mon Sep 17 00:00:00 2001 From: inomdzhon Date: Thu, 28 May 2026 17:13:19 +0300 Subject: [PATCH 2/2] ci(deploy_test_coverage): add contents: read --- .github/workflows/pull_request_packages_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_packages_deploy.yml b/.github/workflows/pull_request_packages_deploy.yml index 9d9c176e1f..6def11abc5 100644 --- a/.github/workflows/pull_request_packages_deploy.yml +++ b/.github/workflows/pull_request_packages_deploy.yml @@ -29,6 +29,7 @@ jobs: permissions: id-token: write code-quality: write + contents: read pull-requests: read steps: - name: Checkout