From 48e147c2894ce8dca9d2aa21a1369d5062580f03 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Aug 2023 02:09:09 +0200 Subject: use separate users for testing --- examples/cgitize.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index cbaad30..5378c05 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -24,12 +24,12 @@ owner = "Your Name" #token = "XXX" [github.users.me] -name = "egor-tensin" +name = "cgitize-test" # To avoid directory name clashes with other repositories, you can specify a # subdirectory to put that user's repositories to. dir = "github-dir" # Repositories to skip: -skip = ["chruby", "SafeInt"] +skip = ["repo1", "repo2"] [github.organizations.browserify] # For GitHub, you can also specify organizations. The settings are similar to @@ -61,7 +61,7 @@ dir = "python" #username = "your-username" [bitbucket.users.me] -name = "egor-tensin" +name = "cgitize-test-workspace" dir = "bitbucket-dir" #skip = ["repo1", "repo2"] @@ -84,7 +84,7 @@ id = "berkeleylab/upc-runtime" #username = "your-username" [gitlab.users.me] -name = "egor-tensin" +name = "cgitize-test" dir = "gitlab-dir" #skip = ["repo1", "repo2"] -- cgit v1.2.3