Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit-y committed Nov 2, 2024
1 parent cb2b972 commit fcf62ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
node-version: lts/*

- name: Create dot env
run: "cat <<OPENAI_API_KEY=${{ vars.OPENAI_API_KEY }} > .env
run: "cat <<EOF > .env
OPENAI_API_KEY=${{ vars.OPENAI_API_KEY }}
SUPABASE_URL=${{ vars.SUPABASE_URL }}
SUPABASE_KEY=${{ vars.SUPABASE_KEY }}
SUPABASE_USER=${{ vars.SUPABASE_USER }}
Expand Down

0 comments on commit fcf62ab

Please sign in to comment.