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 699a1bf commit 248ae93Copy full SHA for 248ae93
.github/workflows/nightly-build.yaml
@@ -11,6 +11,8 @@ jobs:
11
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
with:
13
base_url: ''
14
+ PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
15
+ PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
16
17
deploy:
18
needs: build
.github/workflows/publish-site.yaml
@@ -12,6 +12,8 @@ jobs:
19
0 commit comments