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

Merged
kdeng00 merged 5 commits from tsk-83 into main 2025-10-26 16:39:16 -04:00
Showing only changes of commit 172fbd0416 - Show all commits
-1
View File
@@ -92,7 +92,6 @@ impl CommitManager {
println!("Committing {action} action"); println!("Committing {action} action");
let mapped_actions = &self.map_actions(); let mapped_actions = &self.map_actions();
// TODO: Move code to get token here and then pass it to the respective functions
let token = self.parse_token(&self.auth_api).await; let token = self.parse_token(&self.auth_api).await;
match self.find_mapped_action(mapped_actions, action) { match self.find_mapped_action(mapped_actions, action) {