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 529ca87 commit 6ef8af2Copy full SHA for 6ef8af2
scripts/mod/upload_modrinth.gradle
@@ -5,7 +5,7 @@ modrinth {
5
if ('modrinth_auth' in secrets) {
6
token = secrets.modrinth_auth.toString()
7
} else if (System.getenv('MODRINTH_UPLOAD_TOKEN')) {
8
- apiToken = System.getenv('MODRINTH_UPLOAD_TOKEN')
+ token = System.getenv('MODRINTH_UPLOAD_TOKEN')
9
} else {
10
token = ''
11
}
0 commit comments