From 1d4576cfc130984e1b2fdec481300e354c3f1268 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Wed, 22 Jan 2020 22:26:04 -0500 Subject: [PATCH] Default to the GitHub token --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48a8e88..59a1ab7 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,8 @@ inputs: required: true github-token: description: The GitHub token used to create an authenticated client - required: true + default: ${{ github.token }} + required: false debug: description: Whether to tell the GitHub client to log details of its requests default: false