From 306ecc025ebff91c3b98e69b6451380f277847bd Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 19 Nov 2020 13:52:30 +0000 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 28f2d07..dbcbf7c 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,6 @@ inputs: TOKEN: description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)" required: true - default: "${{ secrets.GITHUB_TOKEN }}" LABEL: description: "The label that will be used to identify TODO comments (e.g. # TODO for Python)" required: true