diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index 04dd8ce83..f7c0badaf 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -2,6 +2,9 @@ name: CLI integration test on: workflow_call: + secrets: + LANGSMITH_API_KEY: + required: false permissions: contents: read