Skip to content

Commit

Permalink
CI: add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
haffi96 committed Sep 19, 2023
1 parent a1fcb10 commit 37959af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cdk-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
defaults:
run:
working-directory: ./aws
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
ENV: dev
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 37959af

Please sign in to comment.