node-event-bot/.woodpecker.yml
mightypanders 15a3b8f39c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update secrets
2022-03-06 13:56:29 +01:00

15 lines
297 B
YAML

pipeline:
build:
image: node
secrets: [bot_token, BOT_TOKEN]
commands:
#- yarn install
# - yarn run clean
- echo $TOKEN
- echo $$TOKEN
- echo $${TOKEN}
- echo 'With Bot'
- echo $BOT_TOKEN
- echo $$BOT_TOKEN
- echo $${BOT_TOKEN}