Skip to content

Commit

Permalink
EGCETSII#41-ci: Use github secrets for heroku email
Browse files Browse the repository at this point in the history
  • Loading branch information
pedalopon committed Dec 31, 2021
1 parent 7e7ce7b commit b9d3882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/herokuDevelop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY_ADMINISTRATION}}
heroku_app_name: "decide-full-tortuga-admin-dev"
heroku_email: "[email protected]"
heroku_email: ${{secrets.HEROKU_APP_EMAIL_ADMINISTRATION}}
2 changes: 1 addition & 1 deletion .github/workflows/herokuMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY_ADMINISTRATION}}
heroku_app_name: "decide-full-tortuga-admin"
heroku_email: "[email protected]"
heroku_email: ${{secrets.HEROKU_APP_EMAIL_ADMINISTRATION}}

0 comments on commit b9d3882

Please sign in to comment.