Provide environment variable for scaffolder.github.token

This commit is contained in:
Taras Mankovski
2020-09-11 13:48:53 -04:00
parent e9e3c79295
commit 404df7d0b2
+1
View File
@@ -196,6 +196,7 @@ async function createApp(
env: {
...process.env,
APP_CONFIG_app_baseUrl: '"http://localhost:3001"',
APP_CONFIG_scaffolder_github_token: '"abc"',
},
});