From af21e4077598a6e97853283b6e1bfa0564c4b2dd Mon Sep 17 00:00:00 2001 From: Nirmal Khedkar Date: Mon, 19 Apr 2021 17:15:59 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4e873d..adea32d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: CDNievas/heroku-action@v1.0 # This is the action + - uses: akhileshns/heroku-deploy@v3.0.0 with: heroku_email: "iet@nitk.edu.in" - heroku_api_key: ${{secrets.HEROKU}} + heroku_api_key: ${{secrets.HEROKU_DEPLOY}} heroku_app_name: "ietnitk-cms"