Skip to content

Commit

Permalink
chore: Update Supabase and OpenAI keys in embeddings workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Jul 13, 2024
1 parent 1ffe1d4 commit 2cdeade
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/generate_embeddings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
node-version: '18'

- name: Install pnpm
run: |
npm install -g pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -27,6 +26,6 @@ jobs:
uses: supabase/[email protected]
with:
supabase-url: 'https://gnoyckdqaktttbfurtcv.supabase.co'
supabase-service-role-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
openai-key: ${{ secrets.OPENAI_KEY }}
docs-root-path: './pages'
supabase-key: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }}
openai-key: ${{ secrets.OPENAI_API_KEY }}
docs-root-path: './pages'

0 comments on commit 2cdeade

Please sign in to comment.