node-event-bot/.woodpecker.yml
mightypanders 921ecc73b3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update secrets
2022-03-06 13:54:58 +01:00

19 lines
344 B
YAML

pipeline:
setup:
image: node
settings:
token:
from_secret: BOT_TOKEN
build:
image: node
commands:
#- yarn install
# - yarn run clean
- echo $TOKEN
- echo $$TOKEN
- echo $${TOKEN}
- echo 'With Bot'
- echo $BOT_TOKEN
- echo $$BOT_TOKEN
- echo $${BOT_TOKEN}