Skip to content

Commit

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

0 comments on commit 4e28a2f

Please sign in to comment.