We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7f67f commit ab2dd09Copy full SHA for ab2dd09
.github/workflows/code-qa.yml
@@ -48,11 +48,11 @@ jobs:
48
outputs:
49
exists: ${{ steps.openrouter-api-key-check.outputs.defined }}
50
steps:
51
- - name: Check if OPENROUTER_API_KEY exists
+ - name: Check if OpenRouter API key exists
52
id: openrouter-api-key-check
53
shell: bash
54
run: |
55
- if [ "${{ secrets.OPENROUTER_API_KEY }}" != '' ]; then
+ if [ "${{ secrets.XOPENROUTER_API_KEY }}" != '' ]; then
56
echo "defined=true" >> $GITHUB_OUTPUT;
57
else
58
echo "defined=false" >> $GITHUB_OUTPUT;
0 commit comments