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
if (error.message.includes("Resource not accessible by integration")) {
console.info(
`⚠️💡👉 This error might be due to the Github repository settings: make sure that the checkbox "Read and write permissions" is checked here under "Workflows":
https://github.com/mobsuccess-devops/${
process.env.GITHUB_REPOSITORY.split("/")[1]
}/settings/actions`
);
}
core.setFailed(
error.message +
" (please check the logs for the full error and stack trace)"