mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Addressed PR suggestions
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user