Skip to content

Commit 3bc8c5f

Browse files
committed
added support for private github repo through github connections
1 parent cf21dde commit 3bc8c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/settings/connections/ConnectionsTab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function ConnectionsTab() {
1010
Cookies.set('githubUsername', githubUsername);
1111
Cookies.set('githubToken', githubToken);
1212
toast.success('GitHub credentials saved successfully!');
13+
Cookies.set('git:github.com', JSON.stringify({ username: githubToken, password: 'x-oauth-basic' }));
1314
};
1415

1516
return (

0 commit comments

Comments
 (0)