From 2b416f6f47af0d73fed45434683176a6442709a8 Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:50:23 -0800 Subject: [PATCH] fix: secret ref (#6847) --- .github/workflows/_integration_test.yml | 3 +++ 1 file changed, 3 insertions(+) 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