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 }}