mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
fix action
This commit is contained in:
parent
dababc867d
commit
c35c287189
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master.yaml
vendored
2
.github/workflows/master.yaml
vendored
|
@ -15,6 +15,6 @@ jobs:
|
||||||
- run: docker-compose run web bin/run-tests
|
- run: docker-compose run web bin/run-tests
|
||||||
- uses: CDNievas/heroku-action@v1.0
|
- uses: CDNievas/heroku-action@v1.0
|
||||||
with:
|
with:
|
||||||
heroku_email: "${{secrets.HEROKU_EMAIL}}
|
heroku_email: ${{secrets.HEROKU_EMAIL}}
|
||||||
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
|
||||||
heroku_app_name: "stadtratmonitor"
|
heroku_app_name: "stadtratmonitor"
|
Loading…
Reference in a new issue