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.
Add error checking like like:
owner,repoorworkflow_idis incorrect. GitHub will return some sort of error we should pass to the frontend.