From e6bd3cc24eab002544c992f503dabbd988fafd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Cerm=C3=A1k?= Date: Thu, 28 Nov 2024 13:36:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/production.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index d8d091c..73ba7a0 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -15,6 +15,7 @@ jobs: upgrade-example: uses: ./.github/workflows/production-common.yaml + secrets: inherit with: - vercel_project_name: ${{ secrets.VERCEL_PROJECT_UPGRADE }} + vercel_project_name: ${{ vars.VERCEL_PROJECT_UPGRADE }} vercel_scope: ${{ vars.VERCEL_SCOPE }}