From 1722ecd3b371250d1ed1ace1007589dadb68418f Mon Sep 17 00:00:00 2001 From: Niloy <32486682+nilooy@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:58:04 +0100 Subject: [PATCH] Update deploy-environment-variables.mdx base64 with -i for input file --- docs/deploy-environment-variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```