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 01d9e5d commit 2f393b2Copy full SHA for 2f393b2
1 file changed
services/apps/packages_worker/src/config.ts
@@ -9,7 +9,7 @@ export function getPackagesDbConfig() {
9
}
10
11
export function getEnricherConfig() {
12
- const rawTokens = process.env.GITHUB_TOKENS ?? ''
+ const rawTokens = process.env.ENRICHER_GITHUB_TOKENS ?? ''
13
const tokens = rawTokens.split(',').map((t) => t.trim()).filter(Boolean)
14
15
return {
0 commit comments