Skip to main content

setup_github_actions

Function setup_github_actions 

Source
pub async fn setup_github_actions(
    _repo_name: &str,
    _api_key_or_oauth_token: Option<&str>,
    _secret_name: &str,
    _update_progress: impl Fn(),
    _skip_workflow: bool,
    _selected_workflows: Vec<&str>,
    _auth_type: &str,
    _context: Option<SetupContext>,
) -> Result<(), String>