Skip to content

Commit

Permalink
Github actions - working config!
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jun 7, 2024
1 parent a38f957 commit 61db152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
maven {
url "https://maven.pkg.github.com/triplea-game/triplea"
credentials {
username = System.getenv("GITHUB_ACTOR")// ?: project.property("triplea.github.username") ?: project.findProperty("gpr.user")
password = System.getenv("GH_TOKEN")// ?: project.property("triplea.github.access.token")
username = System.getenv("GITHUB_ACTOR") ?: project.property("triplea.github.username")
password = System.getenv("GH_TOKEN") ?: project.property("triplea.github.access.token")
}
}
}
Expand Down

0 comments on commit 61db152

Please sign in to comment.