diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index fd6b3cb9..0f328b10 100644 --- a/.github/workflows/heroku-deploy.yml +++ b/.github/workflows/heroku-deploy.yml @@ -30,4 +30,6 @@ jobs: git branch - name: Deploy to Heroku run: | - git push heroku main \ No newline at end of file + git push heroku main + env: + HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} \ No newline at end of file