Skip to content

Commit

Permalink
Ummmm....
Browse files Browse the repository at this point in the history
  • Loading branch information
khbminus committed May 23, 2024
1 parent d8c2492 commit 7dbc095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ publishing {
credentials {
username = project.findProperty("gpr.user")?.toString() ?: System.getenv("GITHUB_USERNAME")
password = project.findProperty("gpr.token")?.toString() ?: System.getenv("GITHUB_TOKEN")
println(password?.length)
println(username)
}
}
}
Expand Down

0 comments on commit 7dbc095

Please sign in to comment.