A GitHub action for joxi: An automatic personal finance tracker for your banks and crypto. All your finance data in Notion.
Repository
Current version released
a year ago
Versions
GitHub Action for Joxi
Learn more about joxi
Set up
- Fork this repository.
- Create all the enviromental variables explained in the Setup instructions.
- Give access to GitHub actions to access those variables in the
Actions secrets
panels insideSettings
.- Specifically, inside
Settings
>Secrets
>Actions secrets
you should have the enviromental variables.
- Specifically, inside
- Update the GitHub Actions configuration. Make sure to select a trigger for the GitHub Action that is commented. For that, read the instructions in line 5. As an example, if I want to have both triggers, I would have something like (removed comments for simplicity):
on:
schedule:
- cron: "07 */24 * * *"
workflow_dispatch:
It is recommendable that you change the visibility of your fork to
hidden
, but this comes with some drawbacks.
How to update
You can always comeback to this repo and manually copy and paste the GitHub Action.