Skip to content

Commit 248ae93

Browse files
committed
Pass analystics secrets to the build workflow
1 parent 699a1bf commit 248ae93

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
1313
base_url: ''
14+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
15+
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1416

1517
deploy:
1618
needs: build

.github/workflows/publish-site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1313
with:
1414
base_url: ''
15+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
16+
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1517

1618
deploy:
1719
needs: build

0 commit comments

Comments
 (0)