Skip to content

Commit 3521569

Browse files
committed
add config to deploy action
1 parent acd6cbf commit 3521569

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

samples/jupyter-postgres/.github/workflows/deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Deploy
21-
uses: DefangLabs/[email protected]
21+
with:
22+
config-env-vars: POSTGRES_PASSWORD JUPYTER_TOKEN
23+
uses: DefangLabs/[email protected]
24+
env:
25+
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
26+
JUPYTER_TOKEN: ${{ secrets.JUPYTER_TOKEN }}

0 commit comments

Comments
 (0)