Skip to content

Commit 29ec084

Browse files
authored
Update feedback.yaml
1 parent 7de47dc commit 29ec084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/feedback.yaml

Lines changed: 2 additions & 2 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
@@ -167,4 +167,4 @@ jobs:
167167
body,
168168
});
169169
console.log('Posted new feedback comment.');
170-
}
170+
}

0 commit comments

Comments
 (0)