We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8198d commit 4e16b97Copy full SHA for 4e16b97
.github/workflows/heroku-deploy.yml
@@ -30,4 +30,6 @@ jobs:
30
git branch
31
- name: Deploy to Heroku
32
run: |
33
- git push heroku main
+ git push heroku main
34
+ env:
35
+ HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
0 commit comments