Skip to content

Commit 994401f

Browse files
committed
upgrade github action and add config vals
1 parent abedfd3 commit 994401f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

samples/rails/.github/workflows/deploy.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ jobs:
1717
uses: actions/checkout@v4
1818

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

0 commit comments

Comments
 (0)