Skip to content

Commit

Permalink
Github actions - try 'github actor' as user
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jun 7, 2024
1 parent 80da117 commit a38f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
maven {
url "https://maven.pkg.github.com/triplea-game/triplea"
credentials {
username = System.getenv("USERNAME")// ?: project.property("triplea.github.username") ?: project.findProperty("gpr.user")
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")
}
}
Expand Down

0 comments on commit a38f957

Please sign in to comment.