-
- Downloads
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
Previous Gitea implementation used non-standard “token” auth instead of “Bearer”. Gitea supports Bearer al alternate to token since v1.8.0, so it’s safe to make this change now. BREAKING CHANGE: Gitea platfor authentication will now be done using Bearer auth instead of token auth.
Loading
Please register or sign in to comment