Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 3e10f50

Browse files
committed
up
1 parent 4b1394f commit 3e10f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sync.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const run = require('../lib/run');
77
const path = require('path');
88

99
const octokitBot = new Octokit({
10-
auth: `token ${config.secret.github.tokenBot}`
10+
auth: `token ${config.secret.github.tokenBot}`,
11+
log: console
1112
});
1213

1314
module.exports = async (langInfo) => {

0 commit comments

Comments
 (0)