Skip to content

Commit

Permalink
test: fix e2e cloud client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Apr 27, 2024
1 parent 0802fb7 commit 7e94b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/build.gradle.kts
Expand Up @@ -19,7 +19,7 @@ repositories {
}
}
maven {
url = uri("https://maven.pkg.github.com/hyperledger-labs/open-enterprise-agent/")
url = uri("https://maven.pkg.github.com/hyperledger/identus-cloud-agent/")
credentials {
username = System.getenv("ATALA_GITHUB_ACTOR")
password = System.getenv("ATALA_GITHUB_TOKEN")
Expand Down

0 comments on commit 7e94b37

Please sign in to comment.