From 8b1be87e4d4fa2161c1b57938ac90b6edfe4a570 Mon Sep 17 00:00:00 2001 From: David-PX <63616767+David-PX@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:38:04 -0400 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fb2871c..f60a05f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,6 +12,10 @@ jobs: build-and-test: runs-on: ubuntu-latest + env: + DATABASE_URL: ${{ secrets.DATABASE_URL }} + JWT_SECRET: ${{ secrets.JWT_SECRET }} + steps: # 1. Checkout del código - name: Checkout code