pipeline: setup: image: node settings: token: from_secret: BOT_TOKEN build: image: node commands: - yarn install - yarn run clean - echo $BOT_TOKEN