Skip to content

Commit

Permalink
env on action
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit-y committed Nov 2, 2024
1 parent 00b8e64 commit b7fe876
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:

- name: Echo openai_api_key
run: "echo openai_api_key variable : ${{vars.OPENAI_API_KEY}}"
env:
OPENAI_API_KEY: ${{ vars.OPENAI_API_KEY }}
SUPABASE_URL: ${{ vars.SUPABASE_URL }}
SUPABASE_KEY: ${{ vars.SUPABASE_KEY }}
SUPABASE_USER: ${{ vars.SUPABASE_USER }}
SUPABASE_PASS: ${{ vars.SUPABASE_PASS }}
SUPABASE_TOKEN: ${{ vars.SUPABASE_TOKEN }}

# - name: check env
# run: "env"
Expand Down

1 comment on commit b7fe876

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on b7fe876 Nov 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Error: supabaseUrl is required.
    at new SupabaseClient (https://jsr.io/@supabase/supabase-js/2.45.6/src/SupabaseClient.ts:75:29)
    at createClient (https://jsr.io/@supabase/supabase-js/2.45.6/src/index.ts:40:10)
    at file:///src/libs/db/index.ts:6:25

Please sign in to comment.