]> source.dussan.org Git - gitea.git/commit
Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)
authorGiteabot <teabot@gitea.io>
Tue, 30 Jul 2024 01:57:43 +0000 (09:57 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 01:57:43 +0000 (09:57 +0800)
commitec467c344f046c57b02bc55e799ba19fe7bef044
tree7cf14ba5c1520fd7de6e146e2c931e0d0061ab4c
parent7b37f77f1acbfdd73ecbfe3a2262be9c5292b07b
Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)

Backport #31725 by @wolfogre

Fix #31707.

It's split from #31724.

Although #31724 could also fix #31707, it has change a lot so it's not a
good idea to backport it.

Co-authored-by: Jason Song <i@wolfogre.com>
routers/api/v1/repo/action.go