feat: secret sync foundation

This commit is contained in:
Piyush Gupta
2025-10-11 03:08:36 +05:30
parent d260e40a3b
commit 5b765841b7
25 changed files with 783 additions and 15 deletions

View File

@@ -2510,6 +2510,11 @@ export const SecretSyncs = {
branch: "The branch to sync preview secrets to.",
teamId: "The ID of the Vercel team to sync secrets to."
},
LARAVEL_FORGE: {
orgSlug: "The slug of the Laravel Forge org to sync secrets to.",
serverId: "The ID of the Laravel Forge server to sync secrets to.",
siteId: "The ID of the Laravel Forge site to sync secrets to."
},
WINDMILL: {
workspace: "The Windmill workspace to sync secrets to.",
path: "The Windmill workspace path to sync secrets to."