From bd845047617e8271ea32793f68638981a4f49a26 Mon Sep 17 00:00:00 2001 From: Andressa Cruz Date: Sat, 2 Dec 2023 12:54:51 -0300 Subject: [PATCH] Fix github actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69b349a..5883a26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v2 - uses: akhileshns/heroku-deploy@v3.12.14 # This is the action with: - heroku_api_key: ${{secrets.HEROKU_API_KEY}} - heroku_app_name: "endie-staging" #Must be unique in Heroku - heroku_email: ${{secrets.EMAIL}} + heroku_api_key: ${{env.HEROKU_API_KEY}} + heroku_app_name: ${{env.HEROKUAAPP_STAGING"}} #Must be unique in Heroku + heroku_email: ${{env.EMAIL}} usedocker: true # healthcheck: "https://.herokuapp.com/health" \ No newline at end of file