Skip to content

Commit 5c8df59

Browse files
committed
Confirmed that check-openrouter-api-key works; remove debugging
1 parent ab2dd09 commit 5c8df59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: openrouter-api-key-check
5353
shell: bash
5454
run: |
55-
if [ "${{ secrets.XOPENROUTER_API_KEY }}" != '' ]; then
55+
if [ "${{ secrets.OPENROUTER_API_KEY }}" != '' ]; then
5656
echo "defined=true" >> $GITHUB_OUTPUT;
5757
else
5858
echo "defined=false" >> $GITHUB_OUTPUT;

0 commit comments

Comments
 (0)