Addressed PR suggestions

This commit is contained in:
Carlos Monastyrski
2025-07-21 11:01:22 -03:00
parent d44b3293b6
commit ce877cd352
6 changed files with 126 additions and 241 deletions

View File

@@ -96,8 +96,8 @@ description: "Learn how to configure a Bitbucket Sync for Infisical."
"initialSyncBehavior": "overwrite-destination"
},
"destinationConfig": {
"workspace": "...",
"repository": "..."
"workspace": "my-bitbucket-workspace",
"repository": "my-bitbucket-repository"
}
}'
```
@@ -148,8 +148,8 @@ description: "Learn how to configure a Bitbucket Sync for Infisical."
},
"destination": "bitbucket",
"destinationConfig": {
"workspace": "...",
"repository": "..."
"workspace": "my-bitbucket-workspace",
"repository": "my-bitbucket-repository"
}
}
}