Skip to content

Commit

Permalink
add keys to flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 96e7bf4 commit cd9bfa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: npm ci

- name: Build
env:
VITE_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
VITE_SIMLI_API_KEY: ${{ secrets.SIMLI_API_KEY }}
VITE_ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_API_KEY }}
run: npm run build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit cd9bfa0

Please sign in to comment.