Skip to content

Commit 6044087

Browse files
jonphippsclaude
andcommitted
fix: add required environment variables to CI workflow
Add GOOGLE_SHEETS_API_KEY and GSHEETS_SA_KEY environment variables to CI workflow to resolve failing vocabulary comparison tests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1c2fd6d commit 6044087

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ permissions:
1010
actions: read
1111
contents: read
1212

13+
env:
14+
CI: true
15+
DEBUG: '' # empty string disables *everything* that respects DEBUG
16+
DOTENV_CONFIG_DEBUG: ''# dotenv specifically
17+
GOOGLE_SHEETS_API_KEY: ${{ secrets.GOOGLE_SHEETS_API_KEY }}
18+
GSHEETS_SA_KEY: ${{ secrets.GSHEETS_SA_KEY }}
19+
1320
jobs:
1421
main:
1522
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)