From d2ae4f858e95512e873bfc536191f184a9db9b9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jul 2024 18:39:47 +0000 Subject: [PATCH] docs: updated readme Co-authored-by: Chris Statham --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71ab50d1..13b5b3e4 100755 --- a/README.md +++ b/README.md @@ -258,6 +258,9 @@ token: topic: - example +# Attempt to commit and push through the Github API, rather than pushing through the git client. +use-gh-api: false + # The name of a user. All repositories owned by that user will be used. user: - example @@ -699,6 +702,7 @@ Flags: --team-reviewers strings Github team names of the reviewers, in format: 'org/team' -T, --token string The personal access token for the targeting platform. Can also be set using the GITHUB_TOKEN/GITLAB_TOKEN/GITEA_TOKEN/BITBUCKET_SERVER_TOKEN environment variable. --topic strings The topic of a GitHub/GitLab/Gitea repository. All repositories having at least one matching topic are targeted. + --use-gh-api Attempt to commit and push through the Github API, rather than pushing through the git client. -U, --user strings The name of a user. All repositories owned by that user will be used. -u, --username string The Bitbucket server username. ```