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: