-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication failed with proxy #1897
Comments
I found out that this was due to the PAT I had configured on the runner I think token should be set in checkout, not in
Is there any way I can set up a proxy on the runner and use checkout for authentication at the same time? |
hello @Laxy317, do you have solutions ? |
@PDCuong I forgot to close this issue. For me, the reason for the failure is that PAT has timed up. |
I set up the proxy "https://ghp.ci/" to my runner machine, but I got an error:
The code in workflow is:
After that, I tried to authenticate the identity using a custom PAT, I added the secret and changed the code to:
I still get the same error.
But if I try to run command locally and enter the PAT as password, it runs successfully:
The text was updated successfully, but these errors were encountered: