From 6aa39c952689e4ad62cff3c554e6271182fb71d7 Mon Sep 17 00:00:00 2001 From: Conrad Bekondo Date: Wed, 22 Jan 2025 15:57:01 +0100 Subject: [PATCH] chore: attempt 1 --- .github/workflows/branch-deploys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-deploys.yml b/.github/workflows/branch-deploys.yml index 93f0bc5..e172b7c 100644 --- a/.github/workflows/branch-deploys.yml +++ b/.github/workflows/branch-deploys.yml @@ -18,7 +18,7 @@ jobs: env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - DATABASE_URL: ${{ secrets.STAGING_DB }} + DATABASE_URL: ${{ vars.STAGING_DB }} SYSTEM_WALLET: ${{ secrets.STAGING_SYSTEM_WALLET }} SYSTEM_STARTING_BALANCE: ${{ vars.STAGING_SYSTEM_STARTING_BALANCE }} ORIGIN: ${{ vars.STAGING_ORIGIN }}