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
node:internal/crypto/sig:131
const ret = this[kHandle].sign(data, format, type, passphrase, rsaPadding,
^
Error: error:1E08010C:DECODER routines::unsupported
at Sign.sign (node:internal/crypto/sig:131:29)
at Object.sign (/Users/deepak/workspace/personal/google-indexing-script/node_modules/jwa/index.js:152:45)
at Object.jwsSign [as sign] (/Users/deepak/workspace/personal/google-indexing-script/node_modules/jws/lib/sign-stream.js:32:24)
at GoogleToken.requestToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:224:31)
at GoogleToken.getTokenAsyncInner (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:158:21)
at GoogleToken.getTokenAsync (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:137:55)
at GoogleToken.getToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:96:21)
at JWT.refreshTokenNoCache (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/jwtclient.js:165:36)
at JWT.refreshToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/oauth2client.js:143:25)
at JWT.authorizeAsync (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/jwtclient.js:146:35) {
library: 'DECODER routines',
reason: 'unsupported',
code: 'ERR_OSSL_UNSUPPORTED'
}
The text was updated successfully, but these errors were encountered:
I am trying to run this using the ENV variable approach as I am running this on GitHub action
The text was updated successfully, but these errors were encountered: