mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16: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 }}"
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user