From dfaf81ab368872ad84869b833e46106253840159 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Sep 2024 14:17:25 +0100 Subject: [PATCH] ci: Add environment to zeta repo call --- .github/workflows/on-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 7b3b2e3f..dc3d299c 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -37,5 +37,6 @@ jobs: owner: 'zebratechnologies', repo: 'zeta', workflow_id: 'deploy.yml', - ref: 'main' + ref: 'main', + environment: 'stage', })