Skip to content

Commit

Permalink
🔧 chore: Update OPENAI_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 30, 2024
1 parent c04ee72 commit c936eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Format
run: bun run format
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_PROXY_URL: ${{ secrets.OPENAI_PROXY_URL }}

- name: Awesome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Format
run: bun run format
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_PROXY_URL: ${{ secrets.OPENAI_PROXY_URL }}

- name: Awesome
Expand Down

0 comments on commit c936eff

Please sign in to comment.