From 6b56a71f7a770bdc6c4a06ecd01c6d36bd138f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sza=C5=82owski?= Date: Tue, 30 Jul 2024 15:40:49 +0200 Subject: [PATCH] chore: add missing envs to resync workflow --- .github/workflows/resync-cardano-node-and-db-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/resync-cardano-node-and-db-sync.yml b/.github/workflows/resync-cardano-node-and-db-sync.yml index 49846c484..f4ffc8fac 100644 --- a/.github/workflows/resync-cardano-node-and-db-sync.yml +++ b/.github/workflows/resync-cardano-node-and-db-sync.yml @@ -60,6 +60,8 @@ jobs: NEXT_PUBLIC_API_URL: "https://participation.sanchogov.tools" NEXT_PUBLIC_GA4_PROPERTY_ID: ${{ secrets.NEXT_PUBLIC_GA4_PROPERTY_ID }} DEV_NGINX_BASIC_AUTH: ${{ secrets.DEV_NGINX_BASIC_AUTH }} + TEST_NGINX_BASIC_AUTH: ${{ secrets.TEST_NGINX_BASIC_AUTH }} + STAGING_NGINX_BASIC_AUTH: ${{ secrets.STAGING_NGINX_BASIC_AUTH }} PIPELINE_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} SENTRY_DSN: ${{ secrets.SENTRY_DSN_FRONTEND }} SENTRY_DSN_BACKEND: ${{ secrets.SENTRY_DSN_BACKEND }}