cooperspencer / gickup

https://cooperspencer.github.io/gickup-documentation/
Apache License 2.0
962 stars 34 forks source link

Gitea Destination: Token missing on `/api/v1/version` call #120

Closed miped closed 1 year ago

miped commented 1 year ago

If you enable REQUIRE_SIGNIN_VIEW in your gitea instance, then everything requires signin, even /api/v1/version. Gickup does not pass the token to this api endpoint, so it gets a 403 forbidden and stops.

cooperspencer commented 1 year ago

should be fixed with the latest commit. can you compile it and try if it solves your issue?

cooperspencer commented 1 year ago

fixed in the latest release v0.10.7

miped commented 1 year ago

Same with this, worked perfectly 👍 Thank you for the quick resolution.