tsk-83: Add token code prior to action execution (#91)

* tsk-83: Code cleanup

* tsk-83: Added code to get token before an action begins

* tsk-83: Small fix

* tsk-83: Version bump

* tsk-83: Cleanup
This commit was merged in pull request #91.
This commit is contained in:
KD
2025-10-26 16:39:16 -04:00
committed by GitHub
parent 6bedab0d88
commit 5c9fcf2ec5
4 changed files with 51 additions and 92 deletions
+1
View File
@@ -33,6 +33,7 @@ async fn main() {
let mut cmt_mgr = managers::commit_manager::CommitManager {
ica_action: chosen_act,
..Default::default()
};
cmt_mgr.commit_action().await;