Use Github token by default

This commit is contained in:
Nuh Koca 2021-07-25 23:39:10 +02:00 committed by alstr
parent 7e131ff54c
commit 60d710dcab

View File

@ -22,7 +22,8 @@ inputs:
default: "${{ github.sha }}" default: "${{ github.sha }}"
TOKEN: TOKEN:
description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)" description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)"
required: true required: false
default: "${{ github.token }}"
LABEL: LABEL:
description: "The label that will be used to identify TODO comments (deprecated)" description: "The label that will be used to identify TODO comments (deprecated)"
required: false required: false