Skip to content

Commit 2d99dd9

Browse files
update pubScmUrl to incorporate github personal access token
1 parent b4f1198 commit 2d99dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<checkinComment>Publishing javadoc for
370370
${project.artifactId}:${project.version}</checkinComment>
371371
<content>${project.reporting.outputDirectory}/apidocs</content>
372-
<pubScmUrl>scm:git:https://github.com/knowsys/rulewerk.git</pubScmUrl>
372+
<pubScmUrl>scm:git:https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/knowsys/rulewerk.git</pubScmUrl>
373373
<scmBranch>gh-pages</scmBranch>
374374
</configuration>
375375
</plugin>

0 commit comments

Comments
 (0)