From b3ed54dabdb00a17d5488172a32255f34bd99c3a Mon Sep 17 00:00:00 2001 From: Tamipes Date: Sun, 12 Jul 2026 01:25:24 +0200 Subject: [PATCH] fix: add `token` to input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index bbdc9f2..4f3ddbb 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,9 @@ inputs: description: niks3 Server URL default: https://niks3.tami.moe required: false + token: + description: The api token in niks3 + required: true # enable-openid-connect: true