-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook Request to Woodpecker CI with wrong mail address in pusher #28532
Comments
IIRC:
|
The @anotherdomain.com emails appears nowhere though, when I go to my profile -> account -> manage email addresses I only see mydomain.com |
What is "anotherdomain". Maybe you have set to "hide email", or some code hides the email intentionally? then you see a fake email address? For example, this one? Fix API leaking Usermail if not logged in #25097 |
let's say mydomain.com -> gmail.com and anotherdomain.com would be "mail.gmail.com" When I run a request for my user via the API
My user has As soon as I remove |
Thanks for the info! My workaround for now is to set |
Description
I am running Gitea and Woodpecker CI. For some releases now there might be a bug in the mail address of the commit author / pusher, that gets sent to Woodpecker via the web hook.
Here is an example of the Content Request:
As you can see in "pusher" the email is suddenly refilled with another domain. Here is also the issue I have created on Woodpeckers side: woodpecker-ci/woodpecker#2971
Gitea Version
1.21.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Self hosted binary with systemd on an arch linux machine
Database
SQLite
The text was updated successfully, but these errors were encountered: