Skip to content

Commit

Permalink
Add secrets to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 6, 2023
1 parent 267f7b2 commit a3a8585
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Lint and Test

on: [push]

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
TWITTER_EMAIL: ${{ secrets.TWITTER_EMAIL }}
TWITTER_USERNAME: ${{ secrets.TWITTER_USERNAME }}
TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }}
DISCORD_API_TOKEN: ${{ secrets.DISCORD_API_TOKEN }}
ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_API_KEY }}
ELEVENLABS_VOICE: ${{ secrets.ELEVENLABS_VOICE }}
ELEVENLABS_MODEL: ${{ secrets.ELEVENLABS_MODEL }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a3a8585

Please sign in to comment.