Skip to content

Commit

Permalink
Item11483: Net::GitHub or most likely the GitHub API does not allow o…
Browse files Browse the repository at this point in the history
…rganisation module creation via tokens, only user+pass

git-svn-id: http://svn.foswiki.org/trunk@15333 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Aug 27, 2012
1 parent df4154d commit b22fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/develop/hooks/git-svn-split.pl
Expand Up @@ -71,7 +71,7 @@ sub createSubModule {
warn "Creating github module $module...";
require Net::GitHub;
my $token = getGitHubToken;
my $github = Net::GitHub->new( access_token => $token, );
my $github = Net::GitHub->new( login => 'FoswikiBot', pass => $token, );
$github->repos->create(
{
org => 'foswiki',
Expand Down

0 comments on commit b22fd7b

Please sign in to comment.