Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit cc65f86

Browse files
committed
ci(ci-cd): 💚 Add missing SONAR_TOKEN secret to test job
1 parent 1b5aa18 commit cc65f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
uses: terminal-nerds/.github/.github/workflows/test.yml@main
125125
secrets:
126126
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
127+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
127128
with:
128129
job-name: Unit
129130
script-test: pnpm test:unit

0 commit comments

Comments
 (0)