Skip to content
Snippets Groups Projects

fix: prevent reviewer from pushing code or updating time spent

Files

@@ -53,6 +53,10 @@ export default class GitMission {
}
}
async forgetSshKeys() {
await exec(`ssh-add -d /tmp/.ssh/id_rsa`);
}
async getAuthor(): Promise<string> {
return (await UserMission.getInstance().getGiteaUser()).username;
}
Loading