Skip to content

Commit

Permalink
fix: SUPABASE_URL secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed Nov 8, 2023
1 parent d37826e commit 8d1ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
process_documents:
runs-on: ubuntu-latest
env:
SUPABASE_URL: ${{ vars.SUPABASE_URL }}
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
SUPABASE_DB_CONNECTION: ${{ secrets.SUPABASE_DB_CONNECTION }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 8d1ed33

Please sign in to comment.