strapi-plugin-github-publish icon indicating copy to clipboard operation
strapi-plugin-github-publish copied to clipboard

Error checking

Open digitaljohn opened this issue 4 years ago • 0 comments

Add error checking like like:

  • [ ] Check for 403 errors etc in the GitHub API and pass on to the frontend to display. Like "Looks like your GitHub Personal Access Token is invalid."
  • [ ] What if the access token is correct but owner, repo or workflow_id is incorrect. GitHub will return some sort of error we should pass to the frontend.
  • [ ] Ensure all config options are set correctly.

digitaljohn avatar Mar 28 '21 21:03 digitaljohn