We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01a700 commit 4c45cc9Copy full SHA for 4c45cc9
1 file changed
.github/workflows/schedule.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Prebuild
28
run: pnpm prebuild
29
+ env:
30
+ GOOGLE_CALENDAR_API_KEY: ${{ secrets.GOOGLE_CALENDAR_API_KEY }}
31
32
- name: Sync conference data
33
if: false # disabled until next conference
0 commit comments