Templates/customer-repo/secrets/secrets.example.json

{
  "Organisations": [
    {
      "Org": "your-source-org",
      "Url": "https://dev.azure.com/your-source-org",
      "AccessToken": "<source-org-pat>",
      "EnvVars": ["MigrationTools__Endpoints__Source__Authentication__AccessToken"]
    },
    {
      "Org": "your-target-org",
      "Url": "https://dev.azure.com/your-target-org",
      "AccessToken": "<target-org-pat>",
      "EnvVars": ["MigrationTools__Endpoints__Target__Authentication__AccessToken"]
    },
    {
      "Org": "your-github-org",
      "Url": "https://github.com/your-github-org",
      "AccessToken": "<github-token-with-repo-create-and-push>",
      "EnvVars": ["GITHUB_TOKEN"]
    }
  ],
  "SqlPasswords": {
    "migrationlogin": "<migrationlogin-password>"
  }
}