The token is the authentication, you can prepend the configured expo token to your command line script like so:
EXPO_TOKEN=my_token eas whoami
or to run a build:
EXPO_TOKEN=my_token eas build
Read more here