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
import*ascorefrom'@actions/core';import{context,GitHub}from'@actions/github'//comes from {{secrets.GITHUB_TOKEN}}constrepoToken=core.getInput('repo-token',{required: true})constclient=newGitHub(repoToken)
will leak the token on error:
"Could not resolve to a node with the global id of 'M....c='."
19-11-22T16:44:34.9046342Z (node:2404) UnhandledPromiseRejectionWarning: HttpError: Validation Failed: "Could not resolve to a node with the global id of 'M....c='."
2019-11-22T16:44:34.9047036Z at /home/runner/work/_actions/rowi1de/typescript-action/master/node_modules/@octokit/request/dist-node/index.js:66:23
2019-11-22T16:44:34.9047273Z at processTicksAndRejections (internal/process/task_queues.js:89:5)
201
The text was updated successfully, but these errors were encountered:
will leak the token on error:
19-11-22T16:44:34.9046342Z (node:2404) UnhandledPromiseRejectionWarning: HttpError: Validation Failed: "Could not resolve to a node with the global id of 'M....c='." 2019-11-22T16:44:34.9047036Z at /home/runner/work/_actions/rowi1de/typescript-action/master/node_modules/@octokit/request/dist-node/index.js:66:23 2019-11-22T16:44:34.9047273Z at processTicksAndRejections (internal/process/task_queues.js:89:5) 201
The text was updated successfully, but these errors were encountered: