From d1907daae2d8e03d0a63daec2099349817a4a1fc Mon Sep 17 00:00:00 2001 From: Carlos Meza Date: Mon, 3 Jan 2022 12:08:07 -0800 Subject: [PATCH] feat: use default GitHub token as default token --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 354f3ed..a67bad6 100644 --- a/action.yml +++ b/action.yml @@ -13,6 +13,7 @@ branding: inputs: github-token: description: 'Github token' + default: ${{ github.token }} required: false git-message: