about summary refs log tree commit diff
path: root/monzo_ynab/.envrc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-07T21·30+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-07T21·30+0000
commit4f63b99cee4af6b5ba55dd2b821876c71dc7cf7d (patch)
tree9fabcb1339dd5f0440e37276b899621eb69b7984 /monzo_ynab/.envrc
parent938c1a4eb06a37cb0eec7e31b392bb0c3a843d4b (diff)
Support YNAB personal-access-token
Define my YNAB personal access token as an environment variable. Prefix Monzo
environment variables with "monzo_" to more easily differentiate between Monzo
credentials and YNAB credentials.
Diffstat (limited to 'monzo_ynab/.envrc')
-rw-r--r--monzo_ynab/.envrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/monzo_ynab/.envrc b/monzo_ynab/.envrc
index 121cc134de18..322e99ad6b35 100644
--- a/monzo_ynab/.envrc
+++ b/monzo_ynab/.envrc
@@ -5,6 +5,7 @@
 # definitions inside of the attribute set passed to pkgs.mkShell become
 # available here as well.
 source_up
-export client_id="$(pass show finance/monzo/client-id)"
-export client_secret="$(pass show finance/monzo/client-secret)"
+export monzo_client_id="$(pass show finance/monzo/client-id)"
+export monzo_client_secret="$(pass show finance/monzo/client-secret)"
+export ynab_personal_access_token="$(pass show finance/youneedabudget.com/personal-access-token)"
 eval "$(lorri direnv)"