From 7e0bae9334ff527a422b4dfb06a834f56af1527a Mon Sep 17 00:00:00 2001 From: Yuri Tkachenko Date: Thu, 10 Oct 2024 22:04:06 +0100 Subject: [PATCH] fix: restore coverage --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2b767be9c..8d79e6369 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest permissions: - contents: read + contents: write issues: write pull-requests: write