File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 7272 ctest_test_timeout : ${{ matrix.ctest_test_timeout }}
7373 coverage : ${{ matrix.coverage || '0' }}
7474 sonar : ${{ matrix.sonar || '0' }}
75+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
76+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7577 strategy :
7678 fail-fast : false
7779 matrix :
Original file line number Diff line number Diff line change 6464 type : string
6565 nametag :
6666 type : string
67+ GITHUB_TOKEN :
68+ type : string
69+ SONAR_TOKEN :
70+ type : string
6771
6872permissions : read-all
6973
@@ -150,8 +154,8 @@ jobs:
150154 - name : Sonar-scanner
151155 if : inputs.sonar == 1
152156 env :
153- GITHUB_TOKEN : ${{ secrets .GITHUB_TOKEN }}
154- SONAR_TOKEN : ${{ secrets .SONAR_TOKEN }}
157+ GITHUB_TOKEN : ${{ inputs .GITHUB_TOKEN }}
158+ SONAR_TOKEN : ${{ inputs .SONAR_TOKEN }}
155159 run : |
156160 which sonar-scanner
157161 ls -l /__w/OpenImageIO/OpenImageIO/bw_output
You can’t perform that action at this time.
0 commit comments