We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956556 commit 5b4e008Copy full SHA for 5b4e008
2 files changed
.github/workflows/release-publish.yml
@@ -34,4 +34,4 @@ jobs:
34
XANDER_MAVEN_PASS: ${{ secrets.REPO_PASSWORD }}
35
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
36
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
build.gradle.kts
@@ -137,7 +137,7 @@ if (modrinthId.isNotEmpty()) {
137
}
138
139
val curseforgeId: String by project
140
-if (hasProperty("curseforge.token") && curseforgeId.isNotEmpty()) {
+if (hasProperty("CURSEFORGE_TOKEN") && curseforgeId.isNotEmpty()) {
141
curseforge {
142
apiKey = findProperty("CURSEFORGE_TOKEN")
143
project(closureOf<me.hypherionmc.cursegradle.CurseProject> {
0 commit comments