Skip to content

Commit

Permalink
Merge pull request #670 from thecodacus/private-github-repo
Browse files Browse the repository at this point in the history
added support for private github repo through github connections
  • Loading branch information
thecodacus authored Dec 14, 2024
2 parents 9666b2a + 3bc8c5f commit 6a5ed21
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 @@ -15,6 +15,7 @@ export default function ConnectionsTab() {
hasToken: !!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 6a5ed21

Please sign in to comment.