Skip to content

Commit

Permalink
Update node-js-tests.yml (#24)
Browse files Browse the repository at this point in the history
Fixed missing workflow_call required secrets.
  • Loading branch information
xKhronoz authored Apr 9, 2024
1 parent b47cd04 commit 540eabc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 540eabc

Please sign in to comment.