From 1a483dfcb5b36dfd784533a915036f7753b17361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Fri, 18 Jun 2021 13:39:11 +0200 Subject: [PATCH] feat: default `github_token` to `github.token` --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 14ad067..58cd277 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ inputs: github_token: description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.' required: false + default: ${{ github.token }} personal_token: description: 'Set a personal access token for pushing to the remote branch.' required: false