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 c04ee72 commit c936effCopy full SHA for c936eff
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Format
28
run: bun run format
29
env:
30
- OPENAI_API_KEY: ${{ secrets.OPENAI_TOKEN }}
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31
OPENAI_PROXY_URL: ${{ secrets.OPENAI_PROXY_URL }}
32
33
- name: Awesome
.github/workflows/sync.yml
0 commit comments