Skip to content

Commit

Permalink
credentials for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
santosbogo committed Sep 12, 2024
1 parent 891c16b commit 31d2b58
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 @@ -10,8 +10,8 @@ repositories {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/santosbogo/printscript")
credentials {
username = findProperty("gpr.user") ?: System.getenv("GITHUB_USERNAME")
password = findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
username = project.findProperty("github.user") ?: System.getenv("USERNAME")
password = project.findProperty("github.token") ?: System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 31d2b58

Please sign in to comment.