mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-03 23:53:34 +00:00 
			
		
		
		
	Fix example to use NPM_TOKEN instead of YARN_TOKEN.
This commit is contained in:
		
							parent
							
								
									ca2e28376a
								
							
						
					
					
						commit
						a5b462efd5
					
				@ -95,7 +95,7 @@ steps:
 | 
				
			|||||||
# script could steal NODE_AUTH_TOKEN.
 | 
					# script could steal NODE_AUTH_TOKEN.
 | 
				
			||||||
- run: npm install --ignore-scripts
 | 
					- run: npm install --ignore-scripts
 | 
				
			||||||
  env:
 | 
					  env:
 | 
				
			||||||
    NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
 | 
					    NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
 | 
				
			||||||
# `npm rebuild` will run all those post-install scritps for us.
 | 
					# `npm rebuild` will run all those post-install scritps for us.
 | 
				
			||||||
- run: npm rebuild && npm run prepare --if-present
 | 
					- run: npm rebuild && npm run prepare --if-present
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user