mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	Remove auth token
This commit is contained in:
		@@ -52,5 +52,5 @@ function writeRegistryToFile(registryUrl, fileLocation) {
 | 
			
		||||
    fs.writeFileSync(fileLocation, newContents);
 | 
			
		||||
    //   core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
 | 
			
		||||
    // Export empty node_auth_token so npm doesn't complain about not being able to find it
 | 
			
		||||
    core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
			
		||||
    // core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -47,5 +47,5 @@ function writeRegistryToFile(registryUrl: string, fileLocation: string) {
 | 
			
		||||
  fs.writeFileSync(fileLocation, newContents);
 | 
			
		||||
  //   core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
 | 
			
		||||
  // Export empty node_auth_token so npm doesn't complain about not being able to find it
 | 
			
		||||
  core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
			
		||||
  // core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user