Drone 2.0 - Incorrect committer in Gitea synced repos

I have some mirror repositories on my Gitea instance which I am building with Drone, but all the build events appear as though triggered by my own commit, even though the commit was made by someone else originally. For example, some user on GitHub added a commit to a repo I’m mirroring, which then got mirrored to my Gitea, triggering a Drone build, which says <my username> pushed <commit id> to <branch> as opposed to <their username> pushed <commit id> to <branch>. I believe this worked correctly in Drone 1.

Precisely the same problem here. In my case, I need to mirror from one GitHub (where I have access, but do not have admin/webhook privileges) account to another account. All builds committers are incorrect.