> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Skyhook onboard deploy auth

## 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

* [skyhook onboard](/cli-reference/skyhook_onboard)	 - Set up Skyhook for your organization
