diff --git a/lib/config/decrypt.js b/lib/config/decrypt.js
index 17c0d8aaa7a3e23fe0c5758526204f4055484aa1..811b18694243be63998619297180a30b844322b9 100644
--- a/lib/config/decrypt.js
+++ b/lib/config/decrypt.js
@@ -38,7 +38,7 @@ function decryptConfig(config, privateKey) {
             if (eKey === 'npmToken') {
               const token = decryptedStr.replace(/\n$/, '');
               logger.info(
-                { token: maskToken(token) },
+                { decryptedToken: maskToken(token) },
                 'Migrating npmToken to npmrc'
               );
               if (decryptedConfig.npmrc) {