We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d90832 + c528f03 commit fbdb71eCopy full SHA for fbdb71e
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
14
with:
15
+ dontuseforce: true
16
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
- heroku_app_name: "basemaxrubytest" #Must be unique in Heroku
17
- heroku_email: "maxbasecode@gmail.com"
18
- - run: heroku auth:whoami
+ heroku_app_name: "basemaxrubytest"
+ heroku_email: "miprio101@gmail.com"
0 commit comments