Skip to content

Commit

Permalink
added heroku cli set up to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulcro committed Nov 12, 2024
1 parent 842b2c1 commit 6c62392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Heroku CLI
uses: heroku/setup@v1

- name: Log in to Heroku Container Registry
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 6c62392

Please sign in to comment.