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
The action work well when I tried to create a branch in the repository and do raise the PR. However, I tried the same action for the forked PR, it throws the following error even though the GITHUB_TOKEN has write permission in the Github workflow. Please help me to understand this issue.
Error Message:
(node:1612) UnhandledPromiseRejectionWarning: HttpError: Resource not accessible by integration
at /home/runner/work/_actions/riskledger/update-pr-description/v2/dist/index.js:3576:23
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:1612) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1612) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
The action work well when I tried to create a branch in the repository and do raise the PR. However, I tried the same action for the forked PR, it throws the following error even though the GITHUB_TOKEN has write permission in the Github workflow. Please help me to understand this issue.
Error Message:
(node:1612) UnhandledPromiseRejectionWarning: HttpError: Resource not accessible by integration
at /home/runner/work/_actions/riskledger/update-pr-description/v2/dist/index.js:3576:23
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:1612) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1612) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: