Skip to content

Commit

Permalink
what happens with incorrect token?
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Oct 17, 2024
1 parent a78aca6 commit 3c4c05c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ repositories {

maven {
url = uri("https://maven.pkg.github.com/VoidShake/Atheneum")
credentials {
username = "someone"
password = env["GITHUB_TOKEN"]
}
content {
includeGroup("com.possible-triangle")
}
Expand Down

0 comments on commit 3c4c05c

Please sign in to comment.