Skip to content

Commit d47ba1a

Browse files
committed
fix
1 parent 9fa1e42 commit d47ba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/sirene/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const SIREN_API_URL = "https://api.insee.fr/api-sirene/3.11";
2-
export const SIREN_API_KEY = "*****";
2+
export const SIREN_API_KEY = process.env.SIREN_API_KEY;
33
export const SIREN_TASK_NAME = "sync-sirene";

0 commit comments

Comments
 (0)