We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0228108 commit 442f44eCopy full SHA for 442f44e
.github/workflows/docs.yml
@@ -30,4 +30,5 @@ jobs:
30
deploy:
31
name: Release Docs
32
if: ${{ github.event_name == 'workflow_dispatch' }}
33
- uses: ./.github/workflows/_doc_release.yml
+ uses: ./.github/workflows/_doc_release.yml
34
+ secrets: inherit
.github/workflows/release.yml
@@ -112,3 +112,4 @@ jobs:
112
113
needs: [release]
114
uses: ./.github/workflows/_doc_release.yml
115
0 commit comments