diff --git a/Gomote.md b/Gomote.md
index 8330d406..3759e2c6 100644
--- a/Gomote.md
+++ b/Gomote.md
@@ -150,7 +150,9 @@ The information is from golang.org/x/build/dashboard and golang.org/x/build/env.
## 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 running genbuilderkey user-$USER
, 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:
+**Note that as of May 2021, new access tokens are not being created except for Go team members. We apologize for any trouble this causes.**
+
+To get an access token, file an issue with the `access:` prefix and cc `@golang/release-team`, asking them to provide you with the hash reported by running genbuilderkey user-$USER
, 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