diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f672066..c961e13 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,6 +21,8 @@ jobs: node-version: "17.x" - name: Run unit & integration tests run: ./ops/scripts/run-tests.sh + env: + JWT_SECRET: ${{ secrets.JWT_SECRET }} build: name: 🐳 Build & publish docker image