From 5c8df598897d48ddd1e60ef62314481203be6f38 Mon Sep 17 00:00:00 2001 From: cte Date: Fri, 31 Jan 2025 22:08:02 -0800 Subject: [PATCH] Confirmed that `check-openrouter-api-key` works; remove debugging --- .github/workflows/code-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 67ef540..0636708 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -52,7 +52,7 @@ jobs: id: openrouter-api-key-check shell: bash run: | - if [ "${{ secrets.XOPENROUTER_API_KEY }}" != '' ]; then + if [ "${{ secrets.OPENROUTER_API_KEY }}" != '' ]; then echo "defined=true" >> $GITHUB_OUTPUT; else echo "defined=false" >> $GITHUB_OUTPUT;