Skip to content

Commit 8b0db4d

Browse files
authored
download basic.ics
cc @TheJuanAndOnly99
1 parent 42ff5b1 commit 8b0db4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
env:
3535
PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}
3636

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+
3740
- name: Get events from Google API
3841
run: npm run get-events
3942

0 commit comments

Comments
 (0)