Skip to content

Don't hardcode secrets in build.gradle.

Gmodena requested to merge remove-token into main

Read secrets from the GITLAB_PRIVATE_TOKEN shell env variable instead.

Note: the string was not an actual token associated with the repo. Regardless, it's not a good idea to encourage bad practices.

Merge request reports