Github action error permission denied hashicorp vault

i am having permission denied while accessing the vault with github.
this is curl
curl -v -POST -H “Content-type: application/json” -H “X-Vault-Token: xxxTOKENxxxx” -d ‘{“token”: “PAT_TOKEN”}’ ‘https://vault-cluster.vault.e97a5cb6-6314-492a-a9ab-7d87e2b4461b.aws.hashicorp.cloud:8200/v1/auth/github/login

and also unable to access from github actions
able to login with this command:
vault login -method=github token=<PAT_TOKEN>

i was able to access secrets on dev mode when moved to cluster it’s throwing this error