settings for token
This commit is contained in:
parent
22c0f7effe
commit
63689f61e8
@ -40,8 +40,8 @@ publishing {
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/bvn13/sewy")
|
||||
credentials {
|
||||
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
|
||||
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
|
||||
username = project.findProperty("gpr.user") ?: System.getenv("GITHUB_USER")
|
||||
password = project.findProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user