Skip to content

Commit

Permalink
Chore: Update GitHub package URL in build.gradle.kts with environment…
Browse files Browse the repository at this point in the history
… variable
  • Loading branch information
Uni0305 committed Mar 26, 2024
1 parent 3f395dc commit 12b25cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ allprojects {
repositories {
maven {
name = "githubPackage"
url = uri("https://maven.pkg.github.com/PlazmaMC/PlazmaBukkit")
url = uri("https://maven.pkg.github.com/${System.getenv("GITHUB_REPOSITORY")}")

credentials {
username = System.getenv("GITHUB_USERNAME")
Expand Down

0 comments on commit 12b25cf

Please sign in to comment.