We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05bb73 commit b968404Copy full SHA for b968404
1 file changed
.github/workflows/build_windows.yaml
@@ -23,10 +23,6 @@ jobs:
23
Add-Content -Path .env -Value "SUPABASE_URL=$SUPABASE_URL"
24
Add-Content -Path .env -Value "SUPABASE_KEY=$SUPABASE_KEY"
25
26
- # Display values in logs
27
- Write-Output "Debug: SUPABASE_URL is $SUPABASE_URL"
28
- Write-Output "Debug: SUPABASE_KEY is $SUPABASE_KEY"
29
-
30
# Show .env file contents
31
type .env
32
0 commit comments