From 56b3c69a8bf39ac66ed4f408943eccad3b06311f Mon Sep 17 00:00:00 2001 From: Seya <31957516+sglkc@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:59:44 +0700 Subject: [PATCH] update README with new environment variables --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a0fb65b..84f0aab 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,10 @@ Repository version: - [Getting your auth token](#getting-your-auth-token) - [Usage](#usage) -- [Multiple Accounts](#multiple-accounts) - [Discord Webhook](#discord-webhook) - [FAQ](#faq) - [Is this safe?](#is-this-safe) - [How to update my (fork) repository version?](#how-to-update-my-fork-repository-version) - - [Error not logged in](#error-not-logged-in) - [I have other issues](#i-have-other-issues) ## Getting your auth token @@ -31,16 +29,16 @@ You have to check in manually first to get your auth token, follow these steps ( 4.
For Chromium users, click on the Application tab. If not found, click on the arrow. - image + image
For Firefox/Gecko-based browsers, click on the Storage tab. - image + image
5.
- Just like the screenshot above, click on Local Storage and look for `SK_OAUTH_CRED_KEY` - image + Just like the screenshot above, click on Local Storage and look for SK_OAUTH_CRED_KEY and SK_TOKEN_CACHE_KEY. Copy both! + image
6.
@@ -48,7 +46,7 @@ You have to check in manually first to get your auth token, follow these steps ( image
-7. That's your auth token, keep it save and do NOT share it with anyone! +7. That's your auth credentials and token, keep it save and do NOT share it with anyone! ## Usage @@ -61,12 +59,20 @@ You have to check in manually first to get your auth token, follow these steps ( 5.
- Insert name with CRED and secret with - your token, then click Add secret. You can input as many accounts, separate it with a new line (Enter). + Insert both SK_OAUTH_CRED_KEY and SK_TOKEN_CACHE_KEY then click Add secret. You can input as many accounts, separate it with a new line (Enter). - image + image + image
+6.
+ + Here is the example for multiple accounts and your environments should now look like this. + + image + image +
+ 7.
For the first day, you have to trigger this manually.