chore(ci): add telegram secrets to release

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-11-06 10:23:24 -05:00
parent bf81cdd763
commit 3a98821ecc
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -106,6 +106,9 @@ jobs:
runs-on: ubuntu-latest
needs: [test-integrations-and-cover]
if: github.ref == 'refs/heads/main'
env:
TELEGRAM_BOT_ID: ${{ secrets.TELEGRAM_BOT_ID }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3