Skip to content

Commit

Permalink
added support for private github repo through github connections
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Dec 12, 2024
1 parent cf21dde commit 3bc8c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/settings/connections/ConnectionsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default function ConnectionsTab() {
Cookies.set('githubUsername', githubUsername);
Cookies.set('githubToken', githubToken);
toast.success('GitHub credentials saved successfully!');
Cookies.set('git:github.com', JSON.stringify({ username: githubToken, password: 'x-oauth-basic' }));
};

return (
Expand Down

0 comments on commit 3bc8c5f

Please sign in to comment.