We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7760d64 + 3950c9a commit b4828f0Copy full SHA for b4828f0
1 file changed
.github/workflows/cd.yml
@@ -14,6 +14,8 @@ jobs:
14
15
test:
16
uses: ./.github/workflows/test.yml
17
+ secrets:
18
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
19
20
build:
21
name: Build
0 commit comments