Skip to content

Commit 2679d7e

Browse files
committed
Update cca.py
1 parent 1e60694 commit 2679d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .manager/src/proman/script

.manager/src/proman/script/cca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run_cli(args: argparse.Namespace) -> int:
7272
try:
7373
report = run(
7474
repo=args.repo,
75-
token=args.token,
75+
token=args.github_token,
7676
branch_version=args.branch_version,
7777
control_center=args.control_center,
7878
dry_run=args.dry_run,

0 commit comments

Comments
 (0)