Skip to content

Commit

Permalink
release action - fix credentials.json again
Browse files Browse the repository at this point in the history
  • Loading branch information
sidrao2006 committed Mar 27, 2021
1 parent bc53eb4 commit 7601a20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/release_pub_package/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/release_pub_package/dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/actions/release_pub_package/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function setUpPubAuth({
idToken: idToken,
tokenEndpoint: tokenEndpoint,
scopes: [
'https://www.googleapis.com/auth/userinfo.email',
'openid'
'openid',
'https://www.googleapis.com/auth/userinfo.email'
],
expiration: Number.parseInt(expiration)
}
Expand Down

0 comments on commit 7601a20

Please sign in to comment.