During a deploy (like this one), you see:
Error:
0: Error: Access Key <ed25519:6YCW86N8qkTx2nZyKfqs2bJ592BWRSb6dRzi7VQ2eJie> for account <dev.everything.near> does not have enough allowance (0.225561504841242 NEAR) to cover transaction cost (0.300924829803945 NEAR).
Now the key must be deleted first:
near account delete-keys dev.everything.near public-keys ed25519:6YCW86N8qkTx2nZyKfqs2bJ592BWRSb6dRzi7VQ2eJie network-config mainnet
and then create a new one:
During a deploy (like this one), you see:
Now the key must be deleted first:
and then create a new one: