Skip to content

Commit

Permalink
fix: named and rename the prism-kotlin-client to identus-kotlin-client
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Apr 29, 2024
1 parent 509e035 commit bd342dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-agent/client/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publishing {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/hyperledger/identus-cloud-agent/"
credentials {
username = System.getenv("GITHUB_USER")
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
Expand Down

0 comments on commit bd342dd

Please sign in to comment.