feat(editor): Enable source environment push button for project admins (#15527)

This commit is contained in:
Guillaume Jacquart
2025-06-03 14:18:04 +02:00
committed by GitHub
parent 88caa21bb4
commit 2f648098fd
4 changed files with 140 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ export const REGULAR_PROJECT_ADMIN_SCOPES: Scope[] = [
'folder:delete',
'folder:list',
'folder:move',
'sourceControl:push',
];
export const PERSONAL_PROJECT_OWNER_SCOPES: Scope[] = [