Skip to content

Commit 6ef8af2

Browse files
committed
Fix
1 parent 529ca87 commit 6ef8af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mod/upload_modrinth.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modrinth {
55
if ('modrinth_auth' in secrets) {
66
token = secrets.modrinth_auth.toString()
77
} else if (System.getenv('MODRINTH_UPLOAD_TOKEN')) {
8-
apiToken = System.getenv('MODRINTH_UPLOAD_TOKEN')
8+
token = System.getenv('MODRINTH_UPLOAD_TOKEN')
99
} else {
1010
token = ''
1111
}

0 commit comments

Comments
 (0)