chore(ci): require approval for releases

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-11-12 07:43:05 -05:00
parent 9335e38b37
commit 0c5c9a1e8f
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -109,6 +109,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test-integrations-and-cover]
if: github.ref == 'refs/heads/main'
environment: release
env:
TELEGRAM_BOT_ID: ${{ secrets.TELEGRAM_BOT_ID }}
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}