gitea notification token syntax #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the current code, the working syntax for the token is:
and not
The latter is consistent with the GitHub status plugin.
Keeping it
authorization
was my oversight in #13. I am sorry for delivering broken code.In the GithubStatus plugin the
authorization
key's value is copied as-is into the HTTP headerAuthorization
. Thetoken
prefix will not be split away.For the new GiteaStatus plugin the value is appended to the URI in the query parameter
?token=
. Therefore I argue thattoken
doesn't change terminology in the context of Gitea. Of course the final decision is up to you.Another GiteaStatus plugin got merged: https://github.com/NixOS/hydra/pull/904