Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
purinx committed Dec 10, 2023
1 parent fcb375a commit bc71f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI main push
on: [push]
env:
SUPABASE_URL: 'test'
SUPABASE_ADMIN_KEY: 'http://test.com/resas'
SUPABASE_URL: 'http://test.co'
SUPABASE_ADMIN_KEY: 'xxxxxxxx'
jobs:
setup:
name: CI
Expand Down

0 comments on commit bc71f48

Please sign in to comment.