ci: explicitly pass secrets for fe test (#3905)

explicitly pass secrets
This commit is contained in:
Jordan Frazier 2024-09-24 12:21:09 -07:00 committed by GitHub
commit b12fa9f874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'