thanks to jwq and binarydigit for chasing this down for me

This commit is contained in:
Melanie Kat 2025-12-19 18:27:00 -08:00
parent 1d49626439
commit e42f3b9f85

View file

@ -31,7 +31,9 @@ While it does run every three hours, it only updates your now page when there ha
- This is where you store nonsensitive variables. Currently this is only used for your omg.lol username.
3. Also in _Settings_ under _Actions_, select _Secrets_
4. Create a secret `OMGLOL_KEY` and set it to your omg.lol API key
- This is where you will define any sensitive keys, for example I use `TRAKT_SLURM` to store my _SLURM_ key.
- This is where you will define any sensitive keys, for example I use `TRAKT_SLURM` to store my _SLURM_ key. You only need this if you want to use the Trakt integration.
5. Once you are ready, you can enable the Forgejo Action by going to the fork's settings page. From the sidebar, go to Units and then Overview. This will take you to a page where you can enable actions.
- Check the box next to `Actions` and don't forget to click save.
If you're running this locally, you may also want to copy the `.env.example` to `.env` and store those values there too. The `.env` file is git ignored for a reason, so be sure not to commit it.