Skip to content

Commit

Permalink
fix the user pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapo committed Sep 16, 2021
1 parent 66918cc commit 191bbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -68,8 +68,8 @@ publishing {
name = "haystack-java"
url = uri("https://maven.pkg.github.com/wattsense/haystack-java")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Expand Down

0 comments on commit 191bbff

Please sign in to comment.