Skip to content

Commit aa0d6bd

Browse files
Update release.yml
1 parent 14dd0fd commit aa0d6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
env:
13-
supabaseUrl: ${{ secrets.SUPABASE_URL }}
14-
supabaseKey: ${{ secrets.SUPABASE_KEY }}
13+
supabaseUrl: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
14+
supabaseKey: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)