Skip to content

Commit 35bb977

Browse files
committed
Add creds for SVN
1 parent 6c547e2 commit 35bb977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project(group: "io.fusionauth", name: "fusionauth-typescript-client", version: "
2727
}
2828

2929
publishWorkflow {
30-
subversion(repository: "https://external.svn.fusionauth.io")
30+
subversion(repository: "https://external.svn.fusionauth.io", username: global.internalRepositoryUsername, password: global.internalRepositoryPassword)
3131
}
3232

3333
publications {

0 commit comments

Comments
 (0)