Initialize New Bot Error: Not Found
Cysioland opened this issue · 5 comments
Cysioland commented
Initialize New Bot Error: Not Found
appleboy commented
what is your drone config?
Cysioland commented
pipeline:
telegram:
image: appleboy/drone-telegram
token: $TELEGRAM_TOKEN
to: $TELEGRAM_TO
secrets: ['telegram_token', 'telegram_to']
appleboy commented
Please try the following config.
pipeline:
telegram:
image: appleboy/drone-telegram
+ pull: true
- token: $TELEGRAM_TOKEN
- to: $TELEGRAM_TO
- secrets: ['telegram_token', 'telegram_to']
+ secrets: [telegram_token, telegram_to]
appleboy commented
Please feel free reopen this issue if the above not working with you.
Cysioland commented
Worked for me, by the way, it's nice of you to implement new env syntax for me 😘