We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ff5b1 commit 8b0db4dCopy full SHA for 8b0db4d
.github/workflows/build.yml
@@ -34,6 +34,9 @@ jobs:
34
env:
35
PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}
36
37
+ - name: Download basic.ics file
38
+ run: curl -o dist/basic.ics https://calendar.google.com/calendar/ical/finos.org_fac8mo1rfc6ehscg0d80fi8jig%40group.calendar.google.com/public/basic.ics
39
+
40
- name: Get events from Google API
41
run: npm run get-events
42
0 commit comments