Update deploy-environment-variables.mdx (#1509)

base64 with -i for input file
This commit is contained in:
Niloy
2024-12-13 12:16:47 +01:00
committed by GitHub
parent c58f6f7a68
commit 68d7139ebe
+1 -1
View File
@@ -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
```
</Step>