(operation: string)
| 40 | * Helper function to create consistent permission error messages |
| 41 | */ |
| 42 | export function createPermissionError(operation: string): string { |
| 43 | return `Access denied: You do not have permission to ${operation} this workflow` |
| 44 | } |
no outgoing calls
no test coverage detected