Skip to content

Commit

Permalink
Update worker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen authored Oct 18, 2024
1 parent f460864 commit ad22930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ jobs:
OPENAI_API_KEY
VOYAGEAI_API_KEY
UBIQUITY_OS_APP_NAME
SUPABASE_URL
SUPABASE_KEY
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
VOYAGEAI_API_KEY: ${{ secrets.VOYAGEAI_API_KEY }}
UBIQUITY_OS_APP_NAME: ${{ secrets.UBIQUITY_OS_APP_NAME }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}

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

0 comments on commit ad22930

Please sign in to comment.