hygiene: prepare ForgeFlow for public release
Managed validation / full (pull_request) Successful in 27s

This commit is contained in:
NuklearRabbit
2026-09-02 23:37:30 +02:00
parent 0a8a10df1b
commit dec3b79793
11 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function createMockRepositoryBridge(context) {
},
async selectKeyFile() {
await wait();
return "C:\\Users\\Jens\\.ssh\\id_ed25519";
return "C:\\Users\\your-name\\.ssh\\id_ed25519";
},
async setupPreflight({ baseUrl, token, roots = [] }) {
await wait(240);