Skip to content

Commit

Permalink
github.actor and github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed Nov 3, 2023
1 parent 7ff7b22 commit ef49be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
</build>

<scm>
<connection>scm:git:https://${github.actor}:${github.token}@github.com/${github.account}/${github.project}.git</connection>
<connection>scm:git:https://github.com/${github.account}/${github.project}.git</connection>
<developerConnection>scm:git:https://github.com/${github.account}/${github.project}.git</developerConnection>
<url>https://github.com/${github.account}/${github.project}.git</url>
<tag>japicmp-base-0.15.7</tag>
Expand All @@ -411,7 +411,7 @@
<distributionManagement>
<site>
<id>github</id>
<url>scm:git:https://github.com/${github.account}/${github.project}.git</url>
<url>scm:git:https://${github.actor}:${github.token}@github.com/${github.account}/${github.project}.git</url>
</site>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit ef49be0

Please sign in to comment.