Skip to content

Commit

Permalink
Update deploy-environment-variables.mdx (#1509)
Browse files Browse the repository at this point in the history
base64 with -i for input file
  • Loading branch information
nilooy authored Dec 13, 2024
1 parent c58f6f7 commit 68d7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy-environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 68d7139

Please sign in to comment.