Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish123 committed Aug 19, 2024
1 parent 2bb4f41 commit 5467eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ publishing {
// retrieving dependencies.
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ArduFish123/fish-lib"
url = "https://repo.repsy.io/mvn/ardufish123/fish-lib"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
username = "ardufish123"
password = System.getenv("REPSY_TOKEN")
}
}
}
Expand Down

0 comments on commit 5467eff

Please sign in to comment.