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 07ff743 commit 58bde0dCopy full SHA for 58bde0d
.github/workflows/build-steps.yml
@@ -65,9 +65,9 @@ on:
65
nametag:
66
type: string
67
secrets:
68
- GITHUB_TOKEN:
+ PASSED_GITHUB_TOKEN:
69
required: false
70
- SONAR_TOKEN:
+ PASSED_SONAR_TOKEN:
71
72
73
permissions: read-all
@@ -156,8 +156,8 @@ jobs:
156
- name: Sonar-scanner
157
if: inputs.sonar == 1
158
env:
159
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PASSED_GITHUB_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.PASSED_SONAR_TOKEN }}
161
run: |
162
which sonar-scanner
163
ls -l /__w/OpenImageIO/OpenImageIO/bw_output
0 commit comments