Skip to content

Commit

Permalink
fix: wrong token
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jun 10, 2024
1 parent 8826700 commit 512dd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ publishMods {

modrinth {
projectId = modrinth_id
accessToken = providers.environmentVariable("NANITE_TOKEN")
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersions.add("${minecraft_version}")
requires("kubejs")
}
Expand Down

0 comments on commit 512dd39

Please sign in to comment.