We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b45cd commit 5ba2150Copy full SHA for 5ba2150
1 file changed
settings.gradle.kts
@@ -12,7 +12,7 @@ configure<com.mooltiverse.oss.nyx.gradle.NyxExtension> {
12
register("github") {
13
type.set("GITHUB")
14
options.set(mapOf(
15
- "AUTHENTICATION_TOKEN" to "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}",
+ "AUTHENTICATION_TOKEN" to "{{#environmentVariable}}GITHUB_TOKEN{{/environmentVariable}}",
16
"REPOSITORY_OWNER" to "fabb",
17
"REPOSITORY_NAME" to "WigAI",
18
))
0 commit comments