Crowdin.properties api token from environment variable

Using the Android Studio plugin how can I use an api token from an environment variable in crowdin.properties

You can use the following configuration:

project-id-env=CROWDIN_PROJECT_ID
api-token-env=CROWDIN_TOKEN
base-url-env=CROWDIN_BASE_URL
2 Likes

That’s weird it says it can’t find my env var even though the same one works from crowdin.yml

Environment variables do not contain ‘CROWDIN-API-TOKEN’ key

Restarted Android Studio a few times, did that invalidate cache thing too, still it won’t pick up my env var. I looked into the plugin code and all it does is call System.getEnv from Java. I can only assume that newly added env var is just not being picked up for some reason.
I still have to try rebooting the PC.