From e42f3b9f85cb94317b5674297ddb254cd9d1deba Mon Sep 17 00:00:00 2001 From: Melanie Kat <318003+ZicklePop@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:27:00 -0800 Subject: [PATCH] thanks to jwq and binarydigit for chasing this down for me --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5457b2..fa84573 100644 --- a/README.md +++ b/README.md @@ -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.