Add Telegram group members count to meetups

This commit is contained in:
Dennis Reimann
2022-05-04 12:10:38 +02:00
parent e28bd422b9
commit 67f0a9adf1
6 changed files with 51 additions and 10 deletions

View File

@@ -33,6 +33,8 @@ jobs:
run: npm ci
- name: Build
run: npm run prod
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# Deploy, limited to the master branch
- name: Deploy
if: success() && github.ref == 'refs/heads/master'