Commit 1555a39
fix: add missing environment variables and permissions to Primary CI
- Add GOOGLE_SHEETS_API_KEY, GSHEETS_SA_KEY, and GITHUB_TOKEN to Primary CI workflow
- Add permissions section for proper secret access
- Ensures Group 5 CI tests can validate external service connectivity
- Resolves external-services.test.ts failures in Primary CI workflow
Required: Repository secrets must be configured in GitHub Settings → Secrets and variables → Actions:
- GOOGLE_SHEETS_API_KEY: Google Sheets API key for vocabulary validation
- GSHEETS_SA_KEY: Base64-encoded Google service account key
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent abcca02 commit 1555a39
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments