Skip to content

Commit 2ac1ff2

Browse files
committed
Add github token to push changes back to github
1 parent aba7d8e commit 2ac1ff2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<maven.compiler.source>${java.version}</maven.compiler.source>
2525
<maven.compiler.target>${java.version}</maven.compiler.target>
2626
<useReleaseProfile>false</useReleaseProfile>
27+
<GITHUB_TOKEN></GITHUB_TOKEN>
2728
</properties>
2829

2930
<dependencies>
@@ -246,9 +247,9 @@
246247
</repository>
247248
</distributionManagement>
248249
<scm>
249-
<connection>scm:git:git://github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
250+
<connection>scm:git:https://${GITHUB_TOKEN}@github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
250251
<developerConnection>scm:git:git@github.com:graphql-java-kickstart/graphql-java-tools.git</developerConnection>
251-
<url>http://github.com/graphql-java-kickstart/graphql-java-tools</url>
252+
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
252253
<tag>HEAD</tag>
253254
</scm>
254255
</project>

0 commit comments

Comments
 (0)