update instructions for obtaining gomote access token to use genbuilderkey command

Dmitri Shuralyov 2020-04-23 12:06:46 -04:00
parent 2ee4b248d4
commit a0f30f61bd

@ -146,7 +146,7 @@ The information is from golang.org/x/build/dashboard and golang.org/x/build/env.
## Access token ## Access token
To get an access token, you will need to ask one of the editors of the `golang-org` Google Cloud project (TODO: how do I found out who those people are?) to provide you with the hash reported by the page at `https://build-dot-golang-org.appspot.com/key?builder=user-$USER`, where `USER` is your username. Write the resulting token to the gomote config file, as in this hypothetical example: To get an access token, you will need to ask one of the editors of the `golang-org` Google Cloud project (TODO: how do I found out who those people are?) to provide you with the hash reported by running <code><a href="https://golang.org/x/build/cmd/genbuilderkey">genbuilderkey</a> user-$USER</code>, where `$USER` is your computer's username (as reported by `echo $USER`, or `echo $USERNAME` on Windows). Write the resulting token to the gomote config file, as in this hypothetical example:
``` ```
$ echo d41d8cd98f00b204e9800998ecf8427e > $HOME/.config/gomote/user-$USER.token $ echo d41d8cd98f00b204e9800998ecf8427e > $HOME/.config/gomote/user-$USER.token