Skip to content

Commit

Permalink
Update username
Browse files Browse the repository at this point in the history
  • Loading branch information
barakb committed Aug 8, 2021
1 parent 66aa48a commit e4d2e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ publishing {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/barakb/nomad-client")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit e4d2e07

Please sign in to comment.