Using EmptyState in Github Actions Plugin (#2680)
* display EmptyState when no CI/CD is avialable * change padding and title size * add EmptyState to gitHubActionPlugin * fix test failing * add MissingAnnotationEmptyState * add MissingAnnotationEmptyState to storybook * add highlightedNumbers feature to Codesnippet * use the new component in github actions and update README * remove entity from MissingAnnotationEmptyState * remove proptypes from Codesnippet Co-authored-by: Samira Mokaram <samiram@spotify.com>
This commit is contained in:
@@ -11,7 +11,7 @@ TBD
|
||||
### Generic Requirements
|
||||
|
||||
1. Provide OAuth credentials:
|
||||
1. [Create an OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) with callback URL set to `https://localhost:3000/auth/github`.
|
||||
1. [Create an OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) with callback URL set to `http://localhost:7000/api/auth/github`.
|
||||
2. Take Client ID and Client Secret from the newly created app's settings page and put them into `AUTH_GITHUB_CLIENT_ID` and `AUTH_GITHUB_CLIENT_SECRET` env variables.
|
||||
2. Annotate your component with a correct GitHub Actions repository and owner:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user