bump version
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
import crypto from 'crypto'
|
import crypto from 'crypto'
|
||||||
|
|
||||||
const creds = (process.env.CRED || "").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.TOKEN || "").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 discordWebhook = process.env.DISCORD_WEBHOOK
|
||||||
const discordUser = process.env.DISCORD_USER
|
const discordUser = process.env.DISCORD_USER
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "endfield-auto-daily",
|
"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",
|
"description": "Easiest, full free, and no BS SKPORT Arknights: Endfield daily check-in using GitHub Actions",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user