diff --git a/docs/deploy-environment-variables.mdx b/docs/deploy-environment-variables.mdx index 5ec2c55af3..3815c106be 100644 --- a/docs/deploy-environment-variables.mdx +++ b/docs/deploy-environment-variables.mdx @@ -191,7 +191,7 @@ Securely pass a Google credential JSON file to your Trigger.dev task using envir In your terminal, run the following command and copy the resulting base64 string: ``` -base64 path/to/your/service-account-file.json +base64 -i path/to/your/service-account-file.json ```