Skip to content

Commit e0b45cd

Browse files
committed
fix: github release
1 parent 05fe722 commit e0b45cd

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

settings.gradle.kts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ configure<com.mooltiverse.oss.nyx.gradle.NyxExtension> {
99
preset.set("extended")
1010

1111
services {
12-
github {
13-
options.put("REPOSITORY_OWNER", "fabb")
14-
options.put("REPOSITORY_NAME", "WigAI")
12+
register("github") {
13+
type.set("GITHUB")
14+
options.set(mapOf(
15+
"AUTHENTICATION_TOKEN" to "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}",
16+
"REPOSITORY_OWNER" to "fabb",
17+
"REPOSITORY_NAME" to "WigAI",
18+
))
1519
}
1620
}
1721

0 commit comments

Comments
 (0)