Skip to content

Commit ce94706

Browse files
committed
Merge branch 'dev' of https://github.com/FE9-2/workroot into feat/applicationStatus-change
2 parents d0686f7 + 0e0314f commit ce94706

File tree

36 files changed

+1915
-348
lines changed

36 files changed

+1915
-348
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@ jobs:
3636
- name: Run linter
3737
run: npm run lint
3838

39-
- name: Build project
39+
- name: Print environment variables
40+
run: echo "Supabase URL: $NEXT_PUBLIC_SUPABASE_URL, Supabase Key: $NEXT_PUBLIC_SUPABASE_ANON_KEY"
41+
env:
42+
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
43+
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
44+
45+
- name: Build
4046
run: npm run build

0 commit comments

Comments
 (0)