Skip to content

Commit b4828f0

Browse files
authored
Merge pull request #116 from UiPath/fix/sonarcloud-token-on-CD
fix: pass sonar token to test action on cd
2 parents 7760d64 + 3950c9a commit b4828f0

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)