Skip to content

Commit a98c759

Browse files
ci: change scm setting to https so access_token can be used (#236)
1 parent b2f42cd commit a98c759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
<scm>
3838
<url>https://github.com/decentralized-identity/universal-resolver</url>
39-
<connection>scm:git:git://github.com/decentralized-identity/universal-resolver.git</connection>
40-
<developerConnection>scm:git:git@github.com:decentralized-identity/universal-resolver.git</developerConnection>
39+
<connection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</connection>
40+
<developerConnection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</developerConnection>
4141
</scm>
4242

4343
<issueManagement>

0 commit comments

Comments
 (0)