From 9eaa4f87c0274c099b989a82e4d7120d58c07d28 Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Fri, 18 Jul 2025 13:42:09 +0300 Subject: [PATCH] default env is test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98bf99aa..3eb58237 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: build-and-deploy: runs-on: ubuntu-latest # Use environment for secrets management - environment: ${{ github.event.inputs.environment || 'production' }} + environment: ${{ github.event.inputs.environment || 'test' }} permissions: contents: read packages: write