Skip to content

Commit 68bfda9

Browse files
authored
ops(docs-release): inherit secrets (#611)
1 parent 0228108 commit 68bfda9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
deploy:
3131
name: Release Docs
3232
if: ${{ github.event_name == 'workflow_dispatch' }}
33-
uses: ./.github/workflows/_doc_release.yml
33+
uses: ./.github/workflows/_doc_release.yml
34+
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ jobs:
112112
name: Release Docs
113113
needs: [release]
114114
uses: ./.github/workflows/_doc_release.yml
115+
secrets: inherit

0 commit comments

Comments
 (0)