-
Notifications
You must be signed in to change notification settings - Fork 548
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
Getting Bad Credentials error when passing token input in GHE #666
Comments
Hi, @alvaro-ajv 👋 Thanks for the issue, we will take a look! |
Similar to Disney's error might be the same bug. Please correct me if I am wrong. Disney just started experiencing this problem after updating GHES to 3.8.3. They are also utilizing PAT over tokens. Self hosted runners using Current runner version: '2.304.0'
|
Hello @alvaro-ajv 👋, |
Hello @alvaro-ajv 👋, |
Hello @alvaro-ajv 👋, |
Description:
When trying to pass the token input to reduce rate limit error, we are getting "Bad Credentials" error; using previous versions of the action it works, but using the last release we get that error.
Seems that the bug was introduced on these PR: 443
Also the same change from the mentioned PR was tested and reverted in these PRs respectively: 427 and 437
Action version 4.2.0 that is before of the change works fine.
We are trying to use the latest version of the action due to deprecation of "set-output" command as described in the docs, and as is mentioned in PR 578, latest version should remove the warning, but we cannot use later versions than 4.2.0 due to above bug.
Bad credentials error:
"set-ouput" warning:
Action version:
Latest
Platform:
Runner type:
The text was updated successfully, but these errors were encountered: