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 bff3377 commit 4eb12c0Copy full SHA for 4eb12c0
.github/workflows/analysis.yml
@@ -51,8 +51,10 @@ jobs:
51
# account credentials.
52
if: github.repository == 'AcademySoftwareFoundation/OpenImageIO'
53
uses: ./.github/workflows/build-steps.yml
54
- # Must let the called steps workflow inherit our secrets
+ # Must let the called steps workflow inherit necessary secrets
55
secrets: inherit
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
58
with:
59
nametag: ${{ matrix.nametag || 'unnamed!' }}
60
runner: ${{ matrix.runner || 'ubuntu-latest' }}
0 commit comments