File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5151 # account credentials.
5252 if : github.repository == 'AcademySoftwareFoundation/OpenImageIO'
5353 uses : ./.github/workflows/build-steps.yml
54- # Must let the called steps workflow inherit our secrets
55- secrets : inherit
54+ # Must let the called steps workflow inherit necessary secrets
55+ secrets :
56+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5658 with :
5759 nametag : ${{ matrix.nametag || 'unnamed!' }}
5860 runner : ${{ matrix.runner || 'ubuntu-latest' }}
Original file line number Diff line number Diff line change 6464 type : string
6565 nametag :
6666 type : string
67+ secrets :
68+ GITHUB_TOKEN :
69+ required : true
70+ SONAR_TOKEN :
71+ required : true
6772
6873permissions : read-all
6974
You can’t perform that action at this time.
0 commit comments