Hey @Lina, use this command you'll get a secret key, copy the key and past it on the token section on the dashboard.
kubectl get secret $(kubectl get serviceaccount dashboard -o jsonpath="{.secrets[0].name}") -o jsonpath="{.data.token}" | base64 --decode
Hope this helped :)