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 28177fb commit 13bee88Copy full SHA for 13bee88
.github/workflows/heroku-deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: akhileshns/[email protected] # This action deploys the content on Heroku
12
with:
13
heroku_api_key: ${{secrets.HEROKU_API_KEY}} #The Heroku api key we stored on our repo secret
14
- heroku_app_name: "YOUR_HEROKU_APP" #The name of your heroku app - Must be unique in Heroku
+ heroku_app_name: "djangosnippets" #The name of your heroku app - Must be unique in Heroku
15
heroku_email: "[email protected]" #Your heroku yuser name
16
17
0 commit comments