Skip to content

Commit

Permalink
added GitHub public token for docs-fetching in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiniria committed Nov 19, 2020
1 parent d8e953e commit 2089d57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ module.exports = {
endpoint: 'https://gitlab.illuin.tech/api/v4',
token: process.env.RENOVATE_TOKEN,

hostRules: [{
domainName: 'github.com',
token: process.env.GITHUB_PUBLIC_TOKEN,
}],

repositories: [
'3ACentrale/2020-air-monitoring-pwa/renovate-config',
'3ACentrale/2020-air-monitoring-pwa/air-monitoring-backend',
Expand Down

0 comments on commit 2089d57

Please sign in to comment.