Skip to content

Commit 0f5ee30

Browse files
committed
fix secrets syntax
1 parent cb2f428 commit 0f5ee30

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)