* v1.42.3 version bump * github-actions: nfs fixes and switch to yarn plugin Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com> * github-actions: prettier tweaks Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com> * github-actions: update api reports for nfs Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com> --------- Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com> |
||
|---|---|---|
| .. | ||
| .changeset | ||
| .yarn/plugins/@yarnpkg | ||
| examples | ||
| packages | ||
| plugins | ||
| .auto-version-bump | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .yarnrc.yml | ||
| README.md | ||
| app-config.yaml | ||
| backstage.json | ||
| catalog-info.yaml | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
README.md
Backstage
For testing github-actions, set the relevant env variables:
- Create an OAuth App in the GitHub organization with the callback URL set to
http://localhost:7007/api/auth/github/handler/frame. - Take the Client ID and Client Secret from the newly created app's settings page and put them into
AUTH_GITHUB_CLIENT_IDandAUTH_GITHUB_CLIENT_SECRETenvironment variables. - Generate a personal access token and put it into the
GITHUB_TOKENenvironment variable. You can generate a personal access token from your GitHub settings. It will need the repo and workflow scopes.
The backstage example entity has a populated github.com/project-slug annotation, but you can modify this to point anywhere your credentials have access to for testing purposes.
To start the app, run:
yarn install
yarn start