From 21845c5de1c37b99bbdb03d73cf553767fe95a0a Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 6 Jul 2025 14:24:12 +0200 Subject: [PATCH] fix(ci): typo in permission block --- .github/workflows/go-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 40cd663..070eeb1 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -33,7 +33,7 @@ jobs: sonar: permissions: contents: read - pull_request: read + pull_requests: read runs-on: ubuntu-latest needs: tests steps: