UNPKG

@cdwr/nx-migrate-action

Version:

The Nx Migrate GitHub Action will keep your workspace up to date.

9 lines (8 loc) 268 B
import type { MigrateConfig } from './types'; /** * Set git user and remote URL to use token authentication * via HTTPS instead of SSH. * * @param config Migration configuration */ export declare const setGitCredentials: (config: MigrateConfig) => Promise<void>;