Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Laitinlok authored Dec 5, 2024
1 parent 7f5c757 commit 3b33b24
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 @@ -17,7 +17,7 @@ repositories {
url = uri("https://maven.pkg.github.com/revanced/multidexlib2")
credentials {
username = "Laitinlok"
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
password = project.findProperty("gpr.key") as String? ?: System.getenv("GH_TOKEN")
}
}
}
Expand Down

0 comments on commit 3b33b24

Please sign in to comment.