ci: Add explicit permission to gh workflow for openapi types #407
workflow-check-openapi-changes.yaml
on: pull_request
check-for-changes-openapi
5s
check-and-commit-typescript-changes
39s
Annotations
2 errors
check-and-commit-typescript-changes
Argument of type '{ tenantName: string; tenantDesc: string; contactPerson: string; orgName: string; authorizedToDelete: boolean; activeTenant: boolean; }' is not assignable to parameter of type '{ tenantName: string; tenantDesc: string; contactPerson: string; orgName: string; emailId?: string | undefined; tenantId?: number | undefined; authorizedToDelete?: boolean | undefined; activeTenant?: string | undefined; } | Promise<{ tenantName: string; tenantDesc: string; contactPerson: string; orgName: string; emailId?: string | undefined; tenantId?: number | undefined; authorizedToDelete?: boolean | undefined; activeTenant?: string | undefined; }>'.
|
check-and-commit-typescript-changes
Process completed with exit code 1.
|