Using gitlab personal access token to create secret

kubectl -n validation create secret docker-registry b --docker-server=registry.gitlab.com --docker-username=RAhmed2 --docker-password=$TOKEN --docker-email=unused
what should be value of $TOKEN in the above command?