Skip to content

Fix auth credentials env var setup

Anton Starovoytov requested to merge astarovoytov-silent-export into master

GOOGLE_APPLICATION_CREDENTIALS=$(cat key.json) will produce an error on the execution. GOOGLE_APPLICATION_CREDENTIALS is expecting a path and not the contents of the key.json file.

This MR fixes the env var assignment guidelines

Edited by Anton Starovoytov

Merge request reports