From 6a275d4c6845f400f7a26be27e8218728c2e1087 Mon Sep 17 00:00:00 2001 From: Ehud Ettun Date: Thu, 23 May 2024 19:46:02 -0400 Subject: [PATCH] enviroment stuff --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 133635a..0456599 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -45,6 +45,8 @@ jobs: - name: Package backend run: mvn clean package working-directory: ./backend/market-ticker/ + env: + POLYGON_KEY: ${{ secrets.POLYGON_KEY }} - name: Upload to S3 run: aws s3 cp ./backend/market-ticker/target/*.jar s3://$S3_BUCKET/