Skip to content

Commit

Permalink
ci: add openai key dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtian committed Mar 19, 2024
1 parent 0ff5164 commit 0f562ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
PUBLIC_SUPABASE_URL: https://public-supabase-url.com
PUBLIC_SUPABASE_ANON_KEY: some-public-supabase-anon-key
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
OPENAI_API_KEY: some-openai-api-key
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0f562ca

Please sign in to comment.