diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 02:09:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-23 02:15:16 +0200 |
commit | 48e147c2894ce8dca9d2aa21a1369d5062580f03 (patch) | |
tree | 81bcc1be75fc1fad68e1d9e393749950692a7f6b /examples | |
parent | requirements.txt: bump dependencies (diff) | |
download | cgitize-48e147c2894ce8dca9d2aa21a1369d5062580f03.tar.gz cgitize-48e147c2894ce8dca9d2aa21a1369d5062580f03.zip |
use separate users for testing
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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"] |