Skip to content

Commit

Permalink
chore: best pass ssl config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Dec 1, 2020
1 parent c62a097 commit c45dc0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/perf-benchmarks/best.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ module.exports = {
options: {
authToken: process.env.HUB_AUTH_TOKEN,
},
ssl: {
rejectUnauthorized: false,
},
},
},
],
Expand Down

0 comments on commit c45dc0f

Please sign in to comment.