For repos that use SAML SSO, email, password, and 2fa otp aren't sufficient., and GitHub kicks back that you must configure a Personal Access Token. It doesn't look like the git-pull-request script is able to support that. Perhaps it could read from an env var GITHUB_TOKEN or something similar? Then we could keep those secure in e.g. a .env file.
For repos that use SAML SSO, email, password, and 2fa otp aren't sufficient., and GitHub kicks back that you must configure a Personal Access Token. It doesn't look like the git-pull-request script is able to support that. Perhaps it could read from an env var
GITHUB_TOKENor something similar? Then we could keep those secure in e.g. a.envfile.