Skip to content

Commit

Permalink
fix(hotfix): wrong json format
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed May 4, 2019
1 parent 937dc31 commit f87f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ aliases:
"refreshToken": ${PUB_REFRESH_TOKEN},
"tokenEndpoint": "https://accounts.google.com/o/oauth2/token",
"scopes": ["https://www.googleapis.com/auth/userinfo.email", "openid"],
"expiration": ${PUB_EXPIRATION},
"expiration": ${PUB_EXPIRATION}
}
EOF
jobs:
Expand Down

0 comments on commit f87f7d5

Please # to comment.