We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb8eb5 commit a732e21Copy full SHA for a732e21
src/lib/ctx.ts
@@ -212,7 +212,9 @@ export default (options: Record<string, string>): Context => {
212
baselineBranch: options.baselineBranch || '',
213
baselineBuild: options.baselineBuild || '',
214
githubURL : options.githubURL || '',
215
- showRenderErrors: options.showRenderErrors ? true : false
+ showRenderErrors: options.showRenderErrors ? true : false,
216
+ userName: options.userName || '',
217
+ accessKey: options.accessKey || ''
218
},
219
cliVersion: version,
220
totalSnapshots: -1,
0 commit comments