From 1a5c95d2401580c7667b4a3695f4324d337efb11 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 6 Jul 2025 14:26:20 +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 070eeb1..dc99fbf 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -33,7 +33,7 @@ jobs: sonar: permissions: contents: read - pull_requests: read + pull-requests: read runs-on: ubuntu-latest needs: tests steps: