Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelhoussaini authored Aug 16, 2021
1 parent f1eff07 commit 1e008f1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ jobs:
# # - keep in mind you also need to configure Heroku HEROKU_API_KEY and HEROKU_EMAIL in GitHub secrets
# # - and replace REPLACE_WITH_YOUR_HEROKU_APP_NAME in this file with the name of your Heroku app

# deploy_heroku:
# needs: build
# runs-on: ubuntu-latest
deploy_heroku:
needs: build
runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2
# - uses: akhileshns/[email protected] # This is the action
# with:
# heroku_api_key: ${{secrets.HEROKU_API_KEY}}
# heroku_app_name: "REPLACE_WITH_YOUR_HEROKU_APP_NAME" # Must be unique in Heroku
# heroku_email: ${{secrets.HEROKU_EMAIL}}
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.5cadb86b-957d-443a-aff0-d42dc124f916}}
heroku_app_name: "firstpack" # Must be unique in Heroku
heroku_email: ${{[email protected]}}

0 comments on commit 1e008f1

Please sign in to comment.