Looks like you can get the sheet owner's email programmatically rather than hardcoding an email:
SpreadsheetApp.getActiveSpreadsheet().getOwner().getEmail();
Looks like you can get the sheet owner's email programmatically rather than hardcoding an email: