We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fda0c7 commit b3a0333Copy full SHA for b3a0333
2 files changed
workspaces/bulk-import/.changeset/curvy-schools-fold.md
@@ -0,0 +1,5 @@
1
+---
2
+'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': patch
3
4
+
5
+Fixed GitLab OAuth flow for on behalf of the signed-in user
workspaces/bulk-import/plugins/bulk-import-backend/src/gitlab/utils/glUtils.ts
@@ -42,7 +42,7 @@ export function buildGitlab(
42
): InstanceType<typeof Gitlab<false>> {
43
const apiThing = new Gitlab({
44
host: baseUrl,
45
- token: input.credential.token,
+ oauthToken: input.credential.token,
46
});
47
return apiThing;
48
}
0 commit comments