try to add secrets
This commit is contained in:
		@@ -1,6 +1,10 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: node
 | 
					    image: node
 | 
				
			||||||
 | 
					    settings:
 | 
				
			||||||
 | 
					      bot_token:
 | 
				
			||||||
 | 
					        from_secret: BOT_TOKEN
 | 
				
			||||||
    commands: 
 | 
					    commands: 
 | 
				
			||||||
      - yarn install
 | 
					      - yarn install
 | 
				
			||||||
      - yarn run clean
 | 
					      - yarn run clean
 | 
				
			||||||
 | 
					      - echo $BOT_TOKEN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user