Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit eed094e

Browse files
authored
make name of API key consistent with documentation (#1401)
1 parent cc10f81 commit eed094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
}
4040
credentials {
4141
username = "mapbox"
42-
password = System.getenv("SDK_REGISTRY_TOKEN") ?: project.property("SDK_REGISTRY_TOKEN") as String
42+
password = System.getenv("MAPBOX_DOWNLOADS_TOKEN") ?: project.property("MAPBOX_DOWNLOADS_TOKEN") as String
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)