ci: explicitly pass secrets for fe test (#3905)
explicitly pass secrets
This commit is contained in:
parent
8ed93654f2
commit
b12fa9f874
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly_build.yml
vendored
4
.github/workflows/nightly_build.yml
vendored
|
|
@ -149,7 +149,9 @@ jobs:
|
|||
uses: ./.github/workflows/typescript_test.yml
|
||||
with:
|
||||
tests_folder: "tests"
|
||||
secrets: inherit
|
||||
secrets:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
STORE_API_KEY: ${{ secrets.STORE_API_KEY }}
|
||||
|
||||
backend-unit-tests:
|
||||
if: github.repository == 'langflow-ai/langflow'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue