We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513f8ac commit 2625755Copy full SHA for 2625755
.github/workflows/build-steps.yml
@@ -199,8 +199,8 @@ jobs:
199
- name: Sonar-scanner
200
if: inputs.sonar == '1'
201
env:
202
- GITHUB_TOKEN: ${{ secrets.PASSED_GITHUB_TOKEN }}
203
- SONAR_TOKEN: ${{ secrets.PASSED_SONAR_TOKEN }}
+ GITHUB_TOKEN: ${{ inputs.PASSED_GITHUB_TOKEN }}
+ SONAR_TOKEN: ${{ inputs.PASSED_SONAR_TOKEN }}
204
run: |
205
which sonar-scanner
206
ls -l /__w/OpenImageIO/OpenImageIO/bw_output
0 commit comments