Use plain git migration service for the SSO plugin mirror #98

Merged
benvin merged 1 commits from benvin/mirror-sso-plain-git into main 2026-09-19 17:03:49 +10:00
Member

The mirror is created with migration_service: "github", and the Gitea SDK rejects that client-side unless an auth token is supplied. The module exposes no auth inputs, so every apply on main fails before any network call.

  • switch the mirror to the plain git migration service, which needs no token
  • the GitHub-API-only options (issue labels, milestones, releases) are already disabled, so nothing is lost
The mirror is created with `migration_service: "github"`, and the Gitea SDK rejects that client-side unless an auth token is supplied. The module exposes no auth inputs, so every apply on main fails before any network call. - switch the mirror to the plain `git` migration service, which needs no token - the GitHub-API-only options (issue labels, milestones, releases) are already disabled, so nothing is lost
unkin-agent added 1 commit 2026-09-19 16:47:53 +10:00
Use plain git migration service for the SSO plugin mirror
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
112f7c8042
benvin merged commit 25ef56fc30 into main 2026-09-19 17:03:49 +10:00
benvin deleted branch benvin/mirror-sso-plain-git 2026-09-19 17:03:49 +10:00
Sign in to join this conversation.