Skip to content

Commit

Permalink
Update the help text to better explain the github token argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 20, 2023
1 parent 3aaab17 commit 953bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/update-release-assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def main(args: 'argparse.Namespace') -> int:
parser = argparse.ArgumentParser()
parser.add_argument('--head-sha', help="The head SHA of the release PR for which we update it's corresponding release", required=True)
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")
parser.add_argument('--github-token', help="The github token to use for the release PR", required=True, nargs="+")
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="+")
parser.add_argument('--layout', help="The layout to use for the release", required=True)
parser.add_argument('--skip-checks', help="Skip the checks that ensure that the workflow runs succeeded", action="store_true")
args = parser.parse_args()
Expand Down

0 comments on commit 953bc93

Please sign in to comment.