Skip to content

Commit

Permalink
Install Heroku (it is no longer in the Ubuntu base image)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 14, 2024
1 parent 9a8964d commit 4cca6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install Python dependencies
run: |
pip install -r requirements.txt
- name: Install Heroku CLI
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
- name: Import Heroku DB into SQLite
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 4cca6a8

Please sign in to comment.