Skip to content

Commit 2625755

Browse files
committed
Fix token variables
Signed-off-by: Larry Gritz <[email protected]>
1 parent 513f8ac commit 2625755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ jobs:
199199
- name: Sonar-scanner
200200
if: inputs.sonar == '1'
201201
env:
202-
GITHUB_TOKEN: ${{ secrets.PASSED_GITHUB_TOKEN }}
203-
SONAR_TOKEN: ${{ secrets.PASSED_SONAR_TOKEN }}
202+
GITHUB_TOKEN: ${{ inputs.PASSED_GITHUB_TOKEN }}
203+
SONAR_TOKEN: ${{ inputs.PASSED_SONAR_TOKEN }}
204204
run: |
205205
which sonar-scanner
206206
ls -l /__w/OpenImageIO/OpenImageIO/bw_output

0 commit comments

Comments
 (0)