From 994e6e1f47f9000c7bf02eb2f206bf9b0f3b2e08 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 8 Dec 2022 15:42:04 -0400 Subject: [PATCH] Use the default `github.token` --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index fc90624..2a33400 100644 --- a/action.yml +++ b/action.yml @@ -41,6 +41,7 @@ inputs: description: 'If defined, the changelog will get written to this file. (relative to the checkout dir)' token: description: 'Defines the token to use to execute the git API requests with, uses `env.GITHUB_TOKEN` by default' + default: ${{ github.token }} baseUrl: description: 'Defines the base url for GitHub Enterprise authentication, uses `https://api.github.com` by default' outputs: