Skip to content

Commit a732e21

Browse files
Resolved comment
1 parent 8cb8eb5 commit a732e21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/ctx.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,9 @@ export default (options: Record<string, string>): Context => {
212212
baselineBranch: options.baselineBranch || '',
213213
baselineBuild: options.baselineBuild || '',
214214
githubURL : options.githubURL || '',
215-
showRenderErrors: options.showRenderErrors ? true : false
215+
showRenderErrors: options.showRenderErrors ? true : false,
216+
userName: options.userName || '',
217+
accessKey: options.accessKey || ''
216218
},
217219
cliVersion: version,
218220
totalSnapshots: -1,

0 commit comments

Comments
 (0)