ansible/playbooks/apps/templates/ynab/run-go.j2
Gabriel Augendre d5dfdab24d
Some checks are pending
/ run ansible (push) Waiting to run
add ynab webhook url
2024-11-30 18:11:22 +01:00

4 lines
204 B
Django/Jinja
Executable file

#!/bin/bash
set -euo pipefail
./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv