Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Dec 28, 2024
1 parent 07ff743 commit 58bde0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 58bde0d

Please sign in to comment.