File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Automation/Automation.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ $testReposInfo = @{
43
43
Branch = " preview"
44
44
FolderPath = " Azure/MyRunbooks"
45
45
SourceType = " VsoGit"
46
- PersonalAccessToken = " 3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca "
46
+ PersonalAccessToken = " REDACTED "
47
47
}
48
48
49
49
VsoTfvc = @ {
50
50
Name = " AASourceControl-VsoTfvc"
51
51
RepoUrl = " https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl"
52
52
FolderPath = " /MyRunbooks"
53
53
SourceType = " VsoTfvc"
54
- PersonalAccessToken = " 3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca "
54
+ PersonalAccessToken = " REDACTED "
55
55
}
56
56
57
57
GitHub = @ {
@@ -60,7 +60,7 @@ $testReposInfo = @{
60
60
Branch = " ps"
61
61
FolderPath = " /"
62
62
SourceType = " GitHub"
63
- PersonalAccessToken = " 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 "
63
+ PersonalAccessToken = " REDACTED "
64
64
}
65
65
}
66
66
You can’t perform that action at this time.
0 commit comments