File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
onixlabs-corda-identity-framework-contract
onixlabs-corda-identity-framework-integration
onixlabs-corda-identity-framework-workflow Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ subprojects {
58
58
name = " GitHubPackages-onixlabs-corda-core"
59
59
url = uri(" https://maven.pkg.github.com/onix-labs/onixlabs-corda-core" )
60
60
credentials {
61
- username = project. findProperty(" gpr.user" ) ?: System . getenv(" GITHUB_USERNAME " )
62
- password = project. findProperty(" gpr.key" ) ?: System . getenv(" GITHUB_TOKEN " )
61
+ username = project. findProperty(" gpr.user" ) ?: System . getenv(" GHA_USERNAME " )
62
+ password = project. findProperty(" gpr.key" ) ?: System . getenv(" GHA_TOKEN " )
63
63
}
64
64
}
65
65
}
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ publishing {
43
43
name = " GitHubPackages"
44
44
url = uri(" https://maven.pkg.github.com/onix-labs/onixlabs-corda-identity-framework" )
45
45
credentials {
46
- username = project. findProperty(" gpr.user" ) ?: System . getenv(" GITHUB_USERNAME " )
47
- password = project. findProperty(" gpr.key" ) ?: System . getenv(" GITHUB_TOKEN " )
46
+ username = project. findProperty(" gpr.user" ) ?: System . getenv(" GHA_USERNAME " )
47
+ password = project. findProperty(" gpr.key" ) ?: System . getenv(" GHA_TOKEN " )
48
48
}
49
49
}
50
50
}
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ publishing {
23
23
name = " GitHubPackages"
24
24
url = uri(" https://maven.pkg.github.com/onix-labs/onixlabs-corda-identity-framework" )
25
25
credentials {
26
- username = project. findProperty(" gpr.user" ) ?: System . getenv(" GITHUB_USERNAME " )
27
- password = project. findProperty(" gpr.key" ) ?: System . getenv(" GITHUB_TOKEN " )
26
+ username = project. findProperty(" gpr.user" ) ?: System . getenv(" GHA_USERNAME " )
27
+ password = project. findProperty(" gpr.key" ) ?: System . getenv(" GHA_TOKEN " )
28
28
}
29
29
}
30
30
}
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ publishing {
43
43
name = " GitHubPackages"
44
44
url = uri(" https://maven.pkg.github.com/onix-labs/onixlabs-corda-identity-framework" )
45
45
credentials {
46
- username = project. findProperty(" gpr.user" ) ?: System . getenv(" GITHUB_USERNAME " )
47
- password = project. findProperty(" gpr.key" ) ?: System . getenv(" GITHUB_TOKEN " )
46
+ username = project. findProperty(" gpr.user" ) ?: System . getenv(" GHA_USERNAME " )
47
+ password = project. findProperty(" gpr.key" ) ?: System . getenv(" GHA_TOKEN " )
48
48
}
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments