Skip to content

Commit

Permalink
fix: Integration Test (#974)
Browse files Browse the repository at this point in the history
Signed-off-by: Bassam Riman <[email protected]>
  • Loading branch information
CryptoKnightIOG authored Apr 22, 2024
1 parent cd30b8a commit 847eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
mavenLocal()
mavenCentral()
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 847eb2f

Please sign in to comment.