Skip to content

Commit

Permalink
chore: add api keys to worker-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 27, 2024
1 parent ec20f06 commit 71c2683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ jobs:
TELEGRAM_BOT_ENV
APP_ID
APP_PRIVATE_KEY
OPENAI_API_KEY
OPENROUTER_API_KEY
VOYAGEAI_API_KEY
env:
TELEGRAM_BOT_ENV: ${{ secrets.TELEGRAM_BOT_ENV }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
VOYAGEAI_API_KEY: ${{ secrets.VOYAGEAI_API_KEY }}

- name: Write Deployment URL to Summary
run: |
Expand Down

0 comments on commit 71c2683

Please sign in to comment.