Skip to content

Commit 5ba2150

Browse files
committed
fix: github release
1 parent e0b45cd commit 5ba2150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ configure<com.mooltiverse.oss.nyx.gradle.NyxExtension> {
1212
register("github") {
1313
type.set("GITHUB")
1414
options.set(mapOf(
15-
"AUTHENTICATION_TOKEN" to "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}",
15+
"AUTHENTICATION_TOKEN" to "{{#environmentVariable}}GITHUB_TOKEN{{/environmentVariable}}",
1616
"REPOSITORY_OWNER" to "fabb",
1717
"REPOSITORY_NAME" to "WigAI",
1818
))

0 commit comments

Comments
 (0)