From 58bde0d9aee58ffc76f9dd7f2c90e6f75da0e5db Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Fri, 27 Dec 2024 21:45:02 -0800 Subject: [PATCH] wip Signed-off-by: Larry Gritz --- .github/workflows/build-steps.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-steps.yml b/.github/workflows/build-steps.yml index 0972ba02f5..8ce8bd056f 100644 --- a/.github/workflows/build-steps.yml +++ b/.github/workflows/build-steps.yml @@ -65,9 +65,9 @@ on: nametag: type: string secrets: - GITHUB_TOKEN: + PASSED_GITHUB_TOKEN: required: false - SONAR_TOKEN: + PASSED_SONAR_TOKEN: required: false permissions: read-all @@ -156,8 +156,8 @@ jobs: - name: Sonar-scanner if: inputs.sonar == 1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PASSED_GITHUB_TOKEN }} + SONAR_TOKEN: ${{ secrets.PASSED_SONAR_TOKEN }} run: | which sonar-scanner ls -l /__w/OpenImageIO/OpenImageIO/bw_output