Add support for bot token

This commit is contained in:
lowlighter
2020-10-09 13:53:03 +02:00
parent 3c6704f2c6
commit 12f6c1abf3
8 changed files with 89 additions and 10189 deletions

View File

@@ -8,6 +8,8 @@ inputs:
token:
description: GitHub Personal Token (require "public_repo" permissions)
required: true
committer_token:
description: If provided, this token will be used instead of "token" for commit operations. You can specify a bot account to avoid virtually increasing your stats due to this action commits.
user:
description: Target GitHub username
required: true