Commit 649d153
Deepak Pandey
π§ Fix GitHub Actions environment variable context warnings
## π― Context Access Warnings Fix
- β
Add missing environment variables to 'Analyze bundle size' step
- β
Ensure all build-related steps have access to required environment variables
- β
Fix 'Context access might be invalid' warnings for:
- NEXT_PUBLIC_SUPABASE_URL
- NEXT_PUBLIC_SUPABASE_ANON_KEY
- SUPABASE_SERVICE_ROLE_KEY
- REDIS_URL
## π Results
- β
Reduces GitHub Actions warnings from 72 to fewer warnings
- β
Ensures consistent environment variable access across all steps
- β
Improves CI/CD pipeline reliability and clarity1 parent d905370 commit 649d153
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
| |||
0 commit comments