Learn more about joxi
- 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.
You can always comeback to this repo and manually copy and paste the GitHub Action.