From c210090edc8cfec53d7bee438186410b8eb5e120 Mon Sep 17 00:00:00 2001 From: Anmol Date: Tue, 21 Jul 2020 01:36:50 +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 ad87882..ad9f050 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'