From 4439e8c8d94023cb11a2c512d027f0b60a92f3c0 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Tue, 15 Oct 2024 00:24:27 -0400 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 8d8655d..de021a7 100644 --- a/config.js +++ b/config.js @@ -151,7 +151,7 @@ module.exports = { { hostType: 'docker', username: 'mafyuh', // Replace with your Docker Hub username - password: $DOCKER_HUB_PASSWORD, + password: process.env.DOCKER_HUB_PASSWORD, }, ], }; \ No newline at end of file