From 4014dc5e8fb0194a88c16f6ee2db7a6682ffab52 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 16:10:47 +0300 Subject: support mirroring all of user's repositories --- examples/cgitize.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index b029328..19b7056 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -20,6 +20,12 @@ owner = "Your Name" # CGITIZE_GITHUB_ACCESS_TOKEN environment variable. #access_token = "XXX" +[github.users.me] +name = "egor-tensin" +# To avoid directory name clashes with other repositories, you can specify a +# subdirectory to put that user's repositories to. +dir = "github-dir" + # Some random repositories hosted on GitHub: [github.repositories.lens] id = "ekmett/lens" @@ -36,6 +42,12 @@ id = "bobfang1992/pytomlpp" # environment variable). #username = "your-username" +[bitbucket.users.me] +name = "egor-tensin" +# To avoid directory name clashes with other repositories, you can specify a +# subdirectory to put that user's repositories to. +dir = "bitbucket-dir" + # Some random repositories hosted on Bitbucket: [bitbucket.repositories.cef] id = "chromiumembedded/cef" -- cgit v1.2.3