From 540eabcb9c7d8962f5ba322c6eb9c5fbc5f1de22 Mon Sep 17 00:00:00 2001 From: Yee Kit Date: Tue, 9 Apr 2024 12:11:57 +0800 Subject: [PATCH] Update node-js-tests.yml (#24) Fixed missing workflow_call required secrets. --- .github/workflows/node-js-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/node-js-tests.yml b/.github/workflows/node-js-tests.yml index fa5c86a..f2594a0 100644 --- a/.github/workflows/node-js-tests.yml +++ b/.github/workflows/node-js-tests.yml @@ -10,6 +10,11 @@ on: branches: [ "main" ] # to run this workflow from another workflow workflow_call: + secrets: + SUPABASE_URL: + required: true + SUPABASE_SERVICE_ROLE_KEY: + required: true jobs: build: