Skip to main content

skyhook onboard deploy-auth

Set up deployment repo authentication

Synopsis

Configure authentication for cross-repo deployments. When your service uses a separate deployment repo (e.g., org/service deploys to org/deployment), the CI/CD workflow needs cross-repo access. This command helps you set up either:
  • A GitHub App (recommended) — scoped permissions, auto-rotating credentials
  • A Personal Access Token — quick setup, tied to one person
skyhook onboard deploy-auth [flags]

Examples

  skyhook onboard deploy-auth

Options

  -h, --help   help for deploy-auth

Options inherited from parent commands

      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output

SEE ALSO