diff --git a/config.js b/config.js index de021a7..8d8655d 100644 --- a/config.js +++ b/config.js @@ -151,7 +151,7 @@ module.exports = { { hostType: 'docker', username: 'mafyuh', // Replace with your Docker Hub username - password: process.env.DOCKER_HUB_PASSWORD, + password: $DOCKER_HUB_PASSWORD, }, ], }; \ No newline at end of file