Skip to content

Commit d88c842

Browse files
authored
Update feedback.yaml
1 parent 4f580d5 commit d88c842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/feedback.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
pull-requests: write
2626
env:
27-
OPENROUTER_MODEL: ${{ secrets.OPENROUTER_MODEL }}
27+
OPENROUTER_MODEL: ${{ vars.OPENROUTER_MODEL }}
2828
SYSTEM_PROMPT: ${{ vars.SYSTEM_PROMPT }}
2929
steps:
3030
- name: Checkout repository
@@ -105,7 +105,7 @@ jobs:
105105
--arg system_prompt "$SYSTEM_PROMPT" \
106106
--arg payload "$PAYLOAD" \
107107
'{
108-
model: $model,
108+
models: $model,
109109
messages: [
110110
{role: "system", content: $system_prompt},
111111
{role: "user", content: $payload}
@@ -167,4 +167,4 @@ jobs:
167167
body,
168168
});
169169
console.log('Posted new feedback comment.');
170-
}
170+
}

0 commit comments

Comments
 (0)