diff options
Diffstat (limited to 'monzo_ynab')
-rw-r--r-- | monzo_ynab/.envrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monzo_ynab/.envrc b/monzo_ynab/.envrc new file mode 100644 index 000000000000..265077343800 --- /dev/null +++ b/monzo_ynab/.envrc @@ -0,0 +1,5 @@ +# source_up traversing up directories until it finds the nearest .envrc file, +# which it uses to extend the environment in this .envrc. +source_up +export client_id="$(pass show finance/monzo/client-id)" +export client_secret="$(pass show finance/monzo/client-secret)" |