Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: migrate to Nyx v2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Feb 13, 2023
1 parent 44bb9ee commit d94a90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .nyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ releaseTypes:
- origin
items:
mainline:
description: "{{#file.content}}build/CHANGELOG.md{{/file.content}}"
description: "{{#fileContent}}build/CHANGELOG.md{{/fileContent}}"
gitPush: true
gitTag: true
publish: true
Expand All @@ -40,7 +40,7 @@ releaseTypes:
CI: "^true$"
ReleaseAndroidIDE: "^true$"
internal:
description: "{{#file.content}}build/CHANGELOG.md{{/file.content}}"
description: "{{#fileContent}}build/CHANGELOG.md{{/fileContent}}"
collapseVersions: true
collapsedVersionQualifier: "internal"
gitPush: false
Expand All @@ -66,4 +66,4 @@ services:
options:
REPOSITORY_OWNER: "AndroidIDEOfficial"
REPOSITORY_NAME: "AndroidIDE"
AUTHENTICATION_TOKEN: "{{#environment.variable}}GH_TOKEN{{/environment.variable}}"
AUTHENTICATION_TOKEN: "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}"
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins { id("com.mooltiverse.oss.nyx") version "2.2.0" }
extensions.configure<NyxExtension> {
git {
remotes.register("origin") {
user.set("{{#environment.variable}}GH_TOKEN{{/environment.variable}}")
user.set("{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}")
password.set("")
}
}
Expand Down

0 comments on commit d94a90b

Please sign in to comment.