From 3950c9a1bf97c6561e8aef499a8e16e8e30c8908 Mon Sep 17 00:00:00 2001 From: radu-mocanu Date: Fri, 29 May 2026 11:21:07 +0300 Subject: [PATCH] fix: pass sonar token to test action on cd --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fdea7af..c3b34bb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,6 +14,8 @@ jobs: test: uses: ./.github/workflows/test.yml + secrets: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build: name: Build