Skip to content

Commit 2f393b2

Browse files
committed
fix: rename GITHUB_TOKENS to ENRICHER_GITHUB_TOKENS
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 01d9e5d commit 2f393b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/packages_worker/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function getPackagesDbConfig() {
99
}
1010

1111
export function getEnricherConfig() {
12-
const rawTokens = process.env.GITHUB_TOKENS ?? ''
12+
const rawTokens = process.env.ENRICHER_GITHUB_TOKENS ?? ''
1313
const tokens = rawTokens.split(',').map((t) => t.trim()).filter(Boolean)
1414

1515
return {

0 commit comments

Comments
 (0)