retrive secrets from vault using github token

I want retrieve secrets from HashiCorp’s vault in ansible playbook using github token. When I checked the documentation https://docs.ansible.com/ansible/latest/plugins/lookup/hashi_vault.html, I found auth method can be following

  • userpass
  • ldap
  • approle
    But I wanted to retrieve using github token. How I can acheive it?