From accbf09f90a380396e9c9656423de7b01193c2d8 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 25 Jun 2025 16:50:54 +0200 Subject: [PATCH] ci: Add missing env variable --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 305a076..1afc7de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,6 +34,7 @@ jobs: RV_API_URL: ${{ vars.RV_API_URL }} RV_GOOGLE_TAG_MANAGER_ID: ${{ vars.RV_GOOGLE_TAG_MANAGER_ID }} RV_DMCA_GUID: ${{ vars.RV_DMCA_GUID }} + RV_STATUS_URL: ${{ vars.RV_STATUS_URL }} run: npm run build - name: Deploy