From b350dfb3484dc56efe662fff82bd2878768011e3 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 13 Aug 2022 12:43:31 +0200 Subject: [PATCH] fix: No permissions for sonarCloud --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 803872f..2551be5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,3 +11,7 @@ jobs: sonarCloudEnabled: true dockerReleasingEnabled: true publishingHelmChartEnabled: true + + secrets: + SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}" + #GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"