Skip to content

onmax/joxi-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Action for Joxi

Learn more about joxi

Set up

  1. Fork this repository.
  2. Create all the enviromental variables explained in the Setup instructions.
  3. Give access to GitHub actions to access those variables in the Actions secrets panels inside Settings.
    • Specifically, inside Settings > Secrets > Actions secrets you should have the enviromental variables.
  4. 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.

About

A GitHub action for joxi: An automatic personal finance tracker for your banks and crypto. All your finance data in Notion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published