Skip to content

Commit 3950c9a

Browse files
committed
fix: pass sonar token to test action on cd
1 parent 7760d64 commit 3950c9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
test:
1616
uses: ./.github/workflows/test.yml
17+
secrets:
18+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1719

1820
build:
1921
name: Build

0 commit comments

Comments
 (0)