Commit e99876b 1 parent 11aba63 commit e99876b Copy full SHA for e99876b
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
"lint" : " eslint ./src --ext js,jsx --report-unused-disable-directives --max-warnings 0" ,
17
17
"lint-fix" : " npm run lint -- --fix" ,
18
18
"get-mock-events" : " node ./scripts/setMock.js" ,
19
- "setup-environment" : " run: gpg --quiet --batch --yes --decrypt --passphrase=${secrets. GOOGLE_SERVICE_ACCOUNT_PASSPHRASE} --output calendar-service-account.json calendar-service-account.json.gpg" ,
19
+ "setup-environment" : " run: gpg --quiet --batch --yes --decrypt --passphrase=$GOOGLE_SERVICE_ACCOUNT_PASSPHRASE --output calendar-service-account.json calendar-service-account.json.gpg" ,
20
20
"download-ics" : " curl -o dist/basic.ics https: //calendar.google.com/calendar/ical/finos.org_fac8mo1rfc6ehscg0d80fi8jig%40group.calendar.google.com/public/basic.ics" ,
21
21
"get-events" : " node ./scripts/googleapi2events.js" ,
22
22
"getEvents" : " npm run get-events" ,
You can’t perform that action at this time.
0 commit comments