From 79ba5040cfbaaacd7cf982979e121ab69896adb7 Mon Sep 17 00:00:00 2001 From: Seya <31957516+sglkc@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:00:07 +0700 Subject: [PATCH] bump version --- index.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index d736251..97528d4 100755 --- a/index.js +++ b/index.js @@ -7,8 +7,8 @@ import crypto from 'crypto' -const creds = (process.env.CRED || "").split('\n').map(s => s.trim()).filter(Boolean) -const tokens = (process.env.TOKEN || "").split('\n').map(s => s.trim()).filter(Boolean) +const creds = (process.env.SK_OAUTH_CRED_KEY || "").split('\n').map(s => s.trim()).filter(Boolean) +const tokens = (process.env.SK_TOKEN_CACHE_KEY || "").split('\n').map(s => s.trim()).filter(Boolean) const discordWebhook = process.env.DISCORD_WEBHOOK const discordUser = process.env.DISCORD_USER diff --git a/package.json b/package.json index 965d705..8f6caa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "endfield-auto-daily", - "version": "1.0.0", + "version": "2.0.0", "description": "Easiest, full free, and no BS SKPORT Arknights: Endfield daily check-in using GitHub Actions", "private": true, "main": "index.js",