Skip to content
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

Secret lost from push action webhook #17147

Closed
PutinVladimir opened this issue Sep 24, 2021 · 2 comments
Closed

Secret lost from push action webhook #17147

PutinVladimir opened this issue Sep 24, 2021 · 2 comments

Comments

@PutinVladimir
Copy link

Gitea Version

1.15.3

Git Version

No response

Operating System

linux

How are you running Gitea?

systemd

Database

SQLite

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Description

v. 1.13.5 webhook post

{
  "secret": "somemysecret",
  "ref": "refs/heads/dev",
  "before": "2cc31c104faf46190774011c3d8ad169edf6ed0d",
  "after": "eb5237114f854320d3b545e4ab70c794f319cf21",
  "compare_url": "https://url/2cc31c104faf46190774011c3d8ad169edf6ed0d...eb5237114f854320d3b545e4ab70c794f319cf21",
  "commits": [
...

Now v. 1.15.3 webhook post

{
  "ref": "refs/heads/dev",
  "before": "868287009bb32192cef6ca2b0e69f6867104ca9e",
  "after": "7c3546dc92e724015d04c552deea9313798013d9",
  "compare_url": "https://url/868287009bb32192cef6ca2b0e69f6867104ca9e...7c3546dc92e724015d04c552deea9313798013d9",
  "commits": [
...

Screenshots

No response

@zeripath
Copy link
Contributor

It should not have been being sent in the first place - it's supposed to be secret.

@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants