-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Supabase and OpenAI keys in embeddings workflow
- Loading branch information
1 parent
1ffe1d4
commit 2cdeade
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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' |