From b8cf37d7405b093764e206ec5cb5678ae132417a Mon Sep 17 00:00:00 2001 From: Anmol Date: Tue, 21 Jul 2020 01:33:25 +0530 Subject: [PATCH] FEAT: ADDED COMMIT DEV METRICS --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ad9f050..ad87882 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: GH_TOKEN: description: 'GitHub access token with Repo scope' required: true - default: ${{ github.token }} + default: ${{ GITHUB_TOKEN }} WAKATIME_API_KEY: description: 'Your Wakatime API Key'