Skip to content

Commit

Permalink
Fix GitHub auth
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Nov 29, 2023
1 parent 209c87e commit 46ae3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@backstage/errors": "^1.2.3",
"@backstage/plugin-app-backend": "^0.3.56-next.1",
"@backstage/plugin-auth-backend": "^0.20.1-next.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.5-next.1",
"@backstage/plugin-auth-node": "^0.4.2-next.1",
"@backstage/plugin-badges-backend": "^0.3.5-next.1",
"@backstage/plugin-catalog-backend": "^1.15.1-next.1",
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const backend = createBackend();

backend.add(import('@backstage/plugin-app-backend/alpha'));
backend.add(import('@backstage/plugin-auth-backend'));
backend.add(import('@backstage/plugin-auth-backend-module-github-provider'));
backend.add(import('@backstage/plugin-badges-backend'));
backend.add(import('@backstage/plugin-catalog-backend/alpha'));
// TODO:(awanlin) replace when this is completed: https://github.com/backstage/backstage/pull/20551
Expand Down

0 comments on commit 46ae3ee

Please sign in to comment.