Skip to content

Commit b7aaf6d

Browse files
committed
Merge branch 'fix-build-errors' into events-new-lines
2 parents 61c3f11 + 307be00 commit b7aaf6d

File tree

5 files changed

+179
-344
lines changed

5 files changed

+179
-344
lines changed

.github/workflows/node-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
node-version: ${{ matrix.node-version }}
3131
- run: npm install
3232
- run: npm run build
33+
env:
34+
EVENTS_SPREADSHEET_ID: ${{ secrets.EVENTS_SPREADSHEET_ID }}
35+
SERVICE_ACCOUNT: ${{ secrets.SERVICE_ACCOUNT }}
3336
- run: npm test
3437
env:
3538
CI: true

data/committees.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default [
6161
),
6262
},
6363
{
64-
title: 'Gam Jams',
64+
title: 'Game Jams',
6565
image: {
6666
src: '',
6767
alt: '',

0 commit comments

Comments
 (0)