Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored Feb 14, 2021
1 parent 81eb81d commit a56ed60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func main() {

// Pass a token
token, _ := base64.StdEncoding.DecodeString(os.Getenv("GOOGLE_TOKEN"))
helper.Token = new(oauth2.Token)
json.Unmarshal(token, helper.Token)

// Initialize the authenticated client
client, _ := helper.NewHTTPClient(context.Background())
Expand Down

0 comments on commit a56ed60

Please sign in to comment.