Open MarkEnverus opened 2 years ago
Hi, which error? In general please have a look at https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
Yes – that’s all setup as directed there – yet it still seems to be an issue – maybe it’s a SSO only issue if nobody else is having issues
Please provide the error
apologies: Not Found github.com username: github.com password for (never stored): Error: Process completed with exit code 1.
I guess your username is not „github.com“
agreed - but the only ENV variable is a API TOKEN i don't see a way to put a username/password?
Looks like this is the blocker https://github.com/github/hub/issues/826#issuecomment-76309178
I can reproduce the issue with a non-SSO account on a public project https://github.com/Riduidel/rrss2imap/actions/runs/5235807013/jobs/9452907263
Github action is https://github.com/Riduidel/rrss2imap/blob/master/.github/workflows/on_tag.yml
@Riduidel are you sure that secrets.RELEASE_TOKEN
is present and has the correct permissions?
@elgohr My release token has all the repository permissions but no other. Does it need any other permission?
@Riduidel sorry, I can't reproduce this. The integration test is running fine (https://github.com/elgohr/Github-Release-Action/blob/main/.github/workflows/release.yml - https://github.com/elgohr/Github-Release-Action/actions/runs/5381849785/jobs/9766449798). RELEASE_TOKEN has the following scopes
I'm using SSO with a self created GITHUB API token and when I run a release I get the following error? (Github.com)