File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 DEVELOCITY_ACCESS_KEY :
3131 description : ' Token for submitting build scan to Develocity'
3232 required : false
33+ OZONE_WEBSITE_BUILD :
34+ description : ' Token for publishing to apache/ozone-site'
35+ required : false
3336 SONARCLOUD_TOKEN :
3437 description : ' Token for submitting coverage data to SonarCloud'
3538 required : false
@@ -156,6 +159,8 @@ jobs:
156159 uses : ./.github/workflows/update-ozone-site-config-doc.yml
157160 permissions :
158161 contents : read
162+ secrets :
163+ OZONE_WEBSITE_BUILD : ${{ secrets.OZONE_WEBSITE_BUILD }}
159164
160165 compile :
161166 needs :
Original file line number Diff line number Diff line change 3030 uses : ./.github/workflows/ci.yml
3131 secrets :
3232 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
33+ OZONE_WEBSITE_BUILD : ${{ secrets.OZONE_WEBSITE_BUILD }}
3334 SONARCLOUD_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
Original file line number Diff line number Diff line change 1616name : update-ozone-site-config-doc
1717on :
1818 workflow_call :
19+ secrets :
20+ OZONE_WEBSITE_BUILD :
21+ description : ' Token for publishing to apache/ozone-site'
22+ required : false
1923
2024env :
2125 BRANCH_NAME : automated-config-doc-update
You can’t perform that action at this time.
0 commit comments