appleboy/drone-telegram

Initialize New Bot Error: Not Found

Cysioland opened this issue · 5 comments

Initialize New Bot Error: Not Found

what is your drone config?

pipeline:
  telegram:
    image: appleboy/drone-telegram
    token: $TELEGRAM_TOKEN
    to: $TELEGRAM_TO
    secrets: ['telegram_token', 'telegram_to']

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]

Please feel free reopen this issue if the above not working with you.

Worked for me, by the way, it's nice of you to implement new env syntax for me 😘