Skip to content

Commit 68d7139

Browse files
authored
Update deploy-environment-variables.mdx (#1509)
base64 with -i for input file
1 parent c58f6f7 commit 68d7139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy-environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Securely pass a Google credential JSON file to your Trigger.dev task using envir
191191
In your terminal, run the following command and copy the resulting base64 string:
192192

193193
```
194-
base64 path/to/your/service-account-file.json
194+
base64 -i path/to/your/service-account-file.json
195195
```
196196

197197
</Step>

0 commit comments

Comments
 (0)