From 07a931c633d2ec44138471c6fe5d1e3735d35865 Mon Sep 17 00:00:00 2001 From: tomiir Date: Mon, 9 Sep 2024 09:11:15 -0600 Subject: [PATCH] chore: add input secrets to setup workflow (#2822) Co-authored-by: Enes --- .github/workflows/ui_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index fdd9dbfbd9..5e02c4bcbe 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -36,6 +36,10 @@ on: secrets: NEXT_PUBLIC_PROJECT_ID: required: true + RELEASE_TOKEN_V2: + required: true + TFC_INFRA_TOKEN: + required: true TESTS_NEXTAUTH_SECRET: required: false TESTS_MAILSAC_API_KEY: