Skip to content

Commit a065f52

Browse files
authored
fix(docs): use concrete secrets from settings (#2322)
* fix(docs): use concrete secrets from settings * pass environment maybe * remove input * add actual env name Signed-off-by: Simon Thulbourn <[email protected]> --------- Signed-off-by: Simon Thulbourn <[email protected]>
1 parent 55738b9 commit a065f52

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/on_push_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
contents: write
2020
pages: write
2121
id-token: write
22+
secrets: inherit
2223
uses: ./.github/workflows/reusable_publish_docs.yml
2324
with:
2425
version: develop
25-
alias: stage
26+
alias: stage

.github/workflows/publish_v2_layer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ jobs:
224224
pages: write
225225
pull-requests: none
226226
id-token: write
227+
secrets: inherit
227228
uses: ./.github/workflows/reusable_publish_docs.yml
228229
with:
229230
version: ${{ inputs.latest_published_version }}

.github/workflows/rebuild_latest_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
contents: write
2424
pages: write
2525
id-token: write
26+
secrets: inherit
2627
uses: ./.github/workflows/reusable_publish_docs.yml
2728
with:
2829
version: ${{ inputs.latest_published_version }}

.github/workflows/reusable_publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
concurrency:
3838
group: on-docs-rebuild
3939
runs-on: ubuntu-latest
40-
environment: Docs
40+
environment: "Docs"
4141
steps:
4242
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4343
with:

0 commit comments

Comments
 (0)