mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Use Github token by default
This commit is contained in:
parent
7e131ff54c
commit
60d710dcab
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user