Browse Source

Confirmed that `check-openrouter-api-key` works; remove debugging

cte 1 year ago
parent
commit
5c8df59889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/code-qa.yml

+ 1 - 1
.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;