Skip to content

Commit 02742e6

Browse files
brian-rosejukent
authored andcommitted
Fix secrets syntax (ProjectPythia#524)
* Include jupyterlab in env for metrics * fix secrets syntax
1 parent 5f9c036 commit 02742e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
base_url: ''
1414
path_to_notebooks: 'portal'
15+
secrets:
1516
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
1617
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1718

.github/workflows/publish-site.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
base_url: ''
1515
path_to_notebooks: 'portal'
16+
secrets:
1617
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
1718
PRIVATE_KEY_ID: ${{ secrets.PRIVATE_KEY_ID }}
1819

0 commit comments

Comments
 (0)