diff --git a/.github/workflows/frontend-deploy-workflow.yml b/.github/workflows/frontend-deploy-workflow.yml index 03104c9..9cb87bb 100644 --- a/.github/workflows/frontend-deploy-workflow.yml +++ b/.github/workflows/frontend-deploy-workflow.yml @@ -452,6 +452,11 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} TURBO_SCM_BASE: ${{ inputs.turbo-scm-base }} + VRT_APIURL: ${{ secrets.VRT_APIURL }} + VRT_APIKEY: ${{ secrets.VRT_APIKEY }} + VRT_PROJECT: ${{ secrets.VRT_PROJECT }} + VRT_BRANCHNAME: ${{ github.head_ref || github.ref_name }} + VRT_CIBUILDID: ${{ github.sha }} - name: Upload test results if: always() diff --git a/.github/workflows/frontend-pr-workflow.yml b/.github/workflows/frontend-pr-workflow.yml index 9566137..ae8afd4 100644 --- a/.github/workflows/frontend-pr-workflow.yml +++ b/.github/workflows/frontend-pr-workflow.yml @@ -462,6 +462,11 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} TURBO_SCM_BASE: ${{ inputs.turbo-scm-base }} + VRT_APIURL: ${{ secrets.VRT_APIURL }} + VRT_APIKEY: ${{ secrets.VRT_APIKEY }} + VRT_PROJECT: ${{ secrets.VRT_PROJECT }} + VRT_BRANCHNAME: ${{ github.head_ref || github.ref_name }} + VRT_CIBUILDID: ${{ github.sha }} - name: Upload test results if: always()