Skip to content

Commit 4e16b97

Browse files
committed
trying push
1 parent fc8198d commit 4e16b97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
git branch
3131
- name: Deploy to Heroku
3232
run: |
33-
git push heroku main
33+
git push heroku main
34+
env:
35+
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)