Skip to content

Commit

Permalink
try to fix github action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
theendie committed Dec 2, 2023
1 parent 0cfd205 commit 78f7619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{env.HEROKU_API_KEY}}
heroku_app_name: ${{env.HEROKUAAPP_STAGING}} #Must be unique in Heroku
heroku_email: ${{env.EMAIL}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKUAAPP_STAGING}} #Must be unique in Heroku
heroku_email: ${{secrets.EMAIL}}
usedocker: true
# healthcheck: "https://.herokuapp.com/health"

0 comments on commit 78f7619

Please sign in to comment.