Skip to content

Commit

Permalink
fix scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
lejard-h committed Oct 18, 2020
1 parent 59b7a2b commit b8fd63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cat <<EOF > ~/.pub-cache/credentials.json
"accessToken":"$accessToken",
"refreshToken":"$refreshToken",
"tokenEndpoint":"$tokenEndpoint",
"scopes":["$scopes"],
"scopes": ["https://www.googleapis.com/auth/userinfo.email","openid"],
"expiration":$expiration
}
EOF
Expand Down

0 comments on commit b8fd63a

Please sign in to comment.