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