From e63019b5f8539e72df9ee85caec978f8ad3e0e33 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Wed, 16 Sep 2026 10:09:17 +0300 Subject: [PATCH] Fix marketplace cleanup action --- .gitea/workflows/werf-cleanup-template.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/werf-cleanup-template.yml b/.gitea/workflows/werf-cleanup-template.yml index 88d6981..74c8c75 100644 --- a/.gitea/workflows/werf-cleanup-template.yml +++ b/.gitea/workflows/werf-cleanup-template.yml @@ -14,6 +14,10 @@ on: default: false required: false type: boolean + vite_oauth_callback_url: + required: false + type: string + default: "" secrets: VAULT_ROLE_ID: required: true @@ -27,6 +31,8 @@ jobs: cleanup: name: Cleanup runs-on: ubuntu-latest + env: + VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }} steps: - uses: https://github.com/actions/checkout@v3 - name: Fetch all history for all tags and branches