Skip to content

Commit e99876b

Browse files
committed
changing env var
1 parent 11aba63 commit e99876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint ./src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1717
"lint-fix": "npm run lint -- --fix",
1818
"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",
2020
"download-ics": "curl -o dist/basic.ics https: //calendar.google.com/calendar/ical/finos.org_fac8mo1rfc6ehscg0d80fi8jig%40group.calendar.google.com/public/basic.ics",
2121
"get-events": "node ./scripts/googleapi2events.js",
2222
"getEvents": "npm run get-events",

0 commit comments

Comments
 (0)