To add the condition for the Admin token flow here> https://powerautomate.microsoft.com/en-us/blog/automate-flow-governance/
Condition Basic Edit does not exist anymore for you would do this instead.
In the first condition field put an expression containing:
@or(equals(items('Apply_to_each_2')['Operation'], 'CreateFlow'),equals(items('Apply_to_each_2')['Operation'], 'EditFlow'))
in the second field put in an expression containing:
true
Yes.