From 60d710dcab7030fbc27189fc3911a04493d0bb35 Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Sun, 25 Jul 2021 23:39:10 +0200 Subject: [PATCH] Use Github token by default --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3dd59da..c9b4c5a 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,8 @@ inputs: default: "${{ github.sha }}" TOKEN: description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)" - required: true + required: false + default: "${{ github.token }}" LABEL: description: "The label that will be used to identify TODO comments (deprecated)" required: false