Running Yext CLI in GitHub Actions without human intervention(playwright test)

My current version yml file installs yext cli on linux and runs yext init . This causes to generate a link and needs human intervention to authorize the credentials from that link and then runs rest of the command to complete Playwright test. Is there any command, Yext access tokens or login Yext API that can be used to run the tests without human intervention?