Skip to content

Commit c1e48df

Browse files
committed
Update gha.py
1 parent 3cf34d5 commit c1e48df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • .manager/src/proman/script

.manager/src/proman/script/gha.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def run(
5050
github_context=github_context,
5151
reporter=reporter,
5252
output_writer=output_writer,
53-
admin_token=admin_token,
54-
zenodo_token=zenodo_token,
55-
zenodo_sandbox_token=zenodo_sandbox_token,
53+
admin_token=token_github,
54+
zenodo_token=token_zenodo,
55+
zenodo_sandbox_token=token_zenodo_sandbox,
5656
path_repo_base=path_repo_base,
5757
path_repo_head=path_repo_head,
5858
).run()

0 commit comments

Comments
 (0)