Skip to content

Commit

Permalink
Merge pull request #208 from gentlementlegen/development
Browse files Browse the repository at this point in the history
fix: worker deploy environment
  • Loading branch information
gentlementlegen authored Nov 26, 2024
2 parents 5477763 + 96aef6e commit 856f9a4
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 856f9a4

Please sign in to comment.