Skip to content

Commit 4c45cc9

Browse files
committed
Use env.GOOGLE_CALENDAR_API_KEY
1 parent c01a700 commit 4c45cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Prebuild
2828
run: pnpm prebuild
29+
env:
30+
GOOGLE_CALENDAR_API_KEY: ${{ secrets.GOOGLE_CALENDAR_API_KEY }}
2931

3032
- name: Sync conference data
3133
if: false # disabled until next conference

0 commit comments

Comments
 (0)