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'