From 3bc9d82ee4a876c6c38db1f7f0848b2c99e6e8aa Mon Sep 17 00:00:00 2001 From: sangge-redmi <2251250136@qq.com> Date: Mon, 15 Jan 2024 20:36:55 +0800 Subject: [PATCH] feat: update action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cb9d092..403ced7 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: "Athul Cyriac Ajay" description: "WakaTime coding activity graph in your profile readme" inputs: - GH_TOKEN: + GITEA_TOKEN: description: "GitHub access token with Repo scope" default: ${{ github.token }} required: true