eamigo86 / graphene-django-extras

Extras functionalities for Graphene-Django
MIT License
417 stars 108 forks source link

Updating to GitHub Actions' environment variables #170

Closed ldynia closed 3 years ago

ldynia commented 3 years ago

Hi @eamigo86

We have started working on migration from Travis to GitHub Action. We need few things from you.

  1. Update/missing GitHub Actions environment variables with TELEGRAM_TOKEN
  2. Update/missing GitHub Actions environment variables with TELEGRAM_CHAT_ID

P.S I created new branch called actions you will find CI/CD implementation in .github/workflows/ci.yaml.

eamigo86 commented 3 years ago

Hello @ldynia,

Sorry for the delay in answering. I have added the 2 secrets (TELEGRAM_TOKEN and TELEGRAM_CHAT_ID) to the project.

Kind regards