Skip to content

Commit 659fc31

Browse files
authored
HDDS-15136. Missing OZONE_WEBSITE_BUILD in update-ozone-site-config-doc (#10154)
1 parent 83abee4 commit 659fc31

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ on:
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:

.github/workflows/post-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
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 }}

.github/workflows/update-ozone-site-config-doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
name: update-ozone-site-config-doc
1717
on:
1818
workflow_call:
19+
secrets:
20+
OZONE_WEBSITE_BUILD:
21+
description: 'Token for publishing to apache/ozone-site'
22+
required: false
1923

2024
env:
2125
BRANCH_NAME: automated-config-doc-update

0 commit comments

Comments
 (0)