Skip to content

Commit 512dd39

Browse files
fix: wrong token
1 parent 8826700 commit 512dd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ publishMods {
182182

183183
modrinth {
184184
projectId = modrinth_id
185-
accessToken = providers.environmentVariable("NANITE_TOKEN")
185+
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
186186
minecraftVersions.add("${minecraft_version}")
187187
requires("kubejs")
188188
}

0 commit comments

Comments
 (0)