You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here the error of using v1 on self-hosted Windows runner:
repositories not set, creating token for all repositories for given owner "Tractor-Supply-Enterprise-Reliability"
Failed to create token for "Tractor-Supply-Enterprise-Reliability" (attempt 1): error:1E08010C:DECODER routines::unsupported
Failed to create token for "Tractor-Supply-Enterprise-Reliability" (attempt 2): error:1E08010C:DECODER routines::unsupported
Failed to create token for "Tractor-Supply-Enterprise-Reliability" (attempt 3): error:1E08010C:DECODER routines::unsupported
Failed to create token for "Tractor-Supply-Enterprise-Reliability" (attempt 4): error:1E08010C:DECODER routines::unsupported
Error: error:1E08010C:DECODER routines::unsupported
at createPrivateKey (node:internal/crypto/keys:632:12)
at convertPrivateKey (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:41368:50)
Error: error:1E08010C:DECODER routines::unsupported
at getToken (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:41376:31)
at githubAppJwt (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:41426:23)
at getAppAuthentication (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:41589:37)
at hook4 (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:41887:37)
at newApi (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:40702:36)
at getTokenFromOwner (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:42197:26)
at E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:42176:13
at RetryOperation._fn (E:\actions-runner\_work\_actions\actions\create-github-app-token\v1\dist\main.cjs:42080:30) {
library: 'DECODER routines',
reason: 'unsupported',
code: 'ERR_OSSL_UNSUPPORTED',
attemptNumber: 4,
retriesLeft: 0
}
Is windows OS supported by this action or not? Thank in advance
The text was updated successfully, but these errors were encountered:
I got the same error on a linux runner when my private key was not correct (unintentional linebreak).
Generating a new one in the app settings (just to be sure) and using that fixed my problem.
@RobinMaas95
thank you for your feedback! The thing is the same key works fine on Linux machine. I have to run some jobs on Linux, some on windows due to some dependencies. And the key doesn't work properly on windows. I had to create a python script to generate it instead, and it works. So, pretty sure, something might be wrong with this action
Hello team,
here the error of using v1 on self-hosted Windows runner:
Is windows OS supported by this action or not? Thank in advance
The text was updated successfully, but these errors were encountered: