kind-napkin-54965
03/15/2021, 9:37 PMimport * as github from "@pulumi/github"
const repo = new github.Repository("demo-repo", {
name: "demo-repo-final",
description: "Generated from automated test",
visibility: "private",
}, { deleteBeforeReplace: true })