Skip to content

Commit 5e43db1

Browse files
committed
Update the help text to better explain the github token argument
1 parent 0a3c102 commit 5e43db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/update-release-assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def main(args: 'argparse.Namespace') -> int:
354354
parser = argparse.ArgumentParser()
355355
parser.add_argument('--head-sha', help="The head SHA of the release PR for which we update it's corresponding release", required=True)
356356
parser.add_argument('--repo', help="The owner and repository name. For example, 'octocat/Hello-World'. Used when testing this script on a fork", required=True, default="github/codeql-coding-standards")
357-
parser.add_argument('--github-token', help="The github token to use for the release PR", required=True, nargs="+")
357+
parser.add_argument('--github-token', help="The github token to access repo and the repositories provided as external ids in check runs. When multiple tokens are provided use the format 'owner/repo:token'", required=True, nargs="+")
358358
parser.add_argument('--layout', help="The layout to use for the release", required=True)
359359
parser.add_argument('--skip-checks', help="Skip the checks that ensure that the workflow runs succeeded", action="store_true")
360360
args = parser.parse_args()

0 commit comments

Comments
 (0)