From 55ecf03665dd55c79b5bd9ec7bdde48d8e0b542f Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Wed, 16 Sep 2026 12:14:11 +0300 Subject: [PATCH] Add VITE_API_URL --- .gitea/workflows/werf-cleanup-template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/werf-cleanup-template.yml b/.gitea/workflows/werf-cleanup-template.yml index 74c8c75..fe0b928 100644 --- a/.gitea/workflows/werf-cleanup-template.yml +++ b/.gitea/workflows/werf-cleanup-template.yml @@ -18,6 +18,10 @@ on: required: false type: string default: "" + vite_api_url: + required: false + type: string + default: "" secrets: VAULT_ROLE_ID: required: true @@ -33,6 +37,7 @@ jobs: runs-on: ubuntu-latest env: VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }} + VITE_API_URL: ${{ inputs.vite_api_url }} steps: - uses: https://github.com/actions/checkout@v3 - name: Fetch all history for all tags and branches