From c6d4443e623d2de8d1ecea5744cf30b7e31ed52c Mon Sep 17 00:00:00 2001 From: Kian Jones Date: Mon, 28 Apr 2025 16:14:47 -0700 Subject: [PATCH] Add CANARY secret --- .github/workflows/send-message-integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-message-integration-tests.yaml b/.github/workflows/send-message-integration-tests.yaml index 1d89ae6e..9a6ee4d5 100644 --- a/.github/workflows/send-message-integration-tests.yaml +++ b/.github/workflows/send-message-integration-tests.yaml @@ -144,7 +144,7 @@ jobs: LETTA_PG_DB: postgres LETTA_PG_HOST: localhost LETTA_SERVER_PASS: test_server_token - CANARY_KEY: thisismyfakesecretkey + CANARY_KEY: {{ secrets.CANARY_KEY }} # TODO: Uncomment once I am confident this is secure # OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} # ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}