fatuhoku / joxi-github-action

Finance data for Notion via Nordigen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Finance data for Notion via Nordigen


Languages

Language:Dockerfile 100.0%