Skip to content

Commit

Permalink
chore: Remove unnecessary environment variable check in embeddings wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
danny-avila committed Jul 13, 2024
1 parent fa130a8 commit aee28bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/generate_embeddings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Check Environment Variables
run: |
echo "SUPABASE_SERVICE_ROLE_KEY=${SUPABASE_SERVICE_ROLE_KEY}"
echo "OPENAI_API_KEY=${OPENAI_API_KEY}"
env:
SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

- name: supabase-embeddings-generator
uses: supabase/[email protected]
with:
Expand Down

0 comments on commit aee28bd

Please sign in to comment.