Consume updated kv module

Exposing store_path to the tokens module to support the newly updated kv
module, which requires an explicit storePath parameter.
This commit is contained in:
William Carroll 2020-02-23 20:00:04 +00:00
parent b5d4f547d2
commit a1a4689ad3
3 changed files with 7 additions and 4 deletions

View file

@ -7,6 +7,7 @@
source_up
export monzo_client_id="$(pass show finance/monzo/client-id)"
export monzo_client_secret="$(pass show finance/monzo/client-secret)"
export store_path="$(pwd)"
export ynab_personal_access_token="$(pass show finance/youneedabudget.com/personal-access-token)"
export ynab_account_id="$(pass show finance/youneedabudget.com/personal-access-token)"
export ynab_budget_id="$(pass show finance/youneedabudget.com/budget-id)"