We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77bd58 commit bb38f5dCopy full SHA for bb38f5d
.github/workflows/heroku-deploy.yml
@@ -23,5 +23,7 @@ jobs:
23
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
24
run: heroku container:login
25
- name: Deploy to production
26
+ env:
27
+ HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
28
run: git push https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git main
29
0 commit comments