Skip to content

Commit

Permalink
chore: add OPENAI_API_KEY to worker deploy workflow
Browse files Browse the repository at this point in the history
Include OPENAI_API_KEY in environment and secrets for deployments.
  • Loading branch information
gentlementlegen committed Nov 26, 2024
1 parent 7fb513e commit 96aef6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
APP_PRIVATE_KEY
APP_WEBHOOK_SECRET
ENVIRONMENT
OPENAI_API_KEY
env:
APP_WEBHOOK_SECRET: ${{ secrets.APP_WEBHOOK_SECRET }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
ENVIRONMENT: ${{ secrets.ENVIRONMENT }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

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

0 comments on commit 96aef6e

Please sign in to comment.