Skip to content

Commit

Permalink
Merge pull request #484 from hackforla/482-OPS-envVars
Browse files Browse the repository at this point in the history
Setting environment variables in heroku
  • Loading branch information
sellnat77 authored Apr 1, 2020
2 parents 7e926ee + f8a178c commit f158f05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Publish_Backend_Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: heroku container:release -a hackforla-311 web
- name: Set production env secrets
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
run: |
heroku config:set -a hackforla-311 PROJECT_URL=${{ secrets.PROJECT_URL }} GITHUB_TOKEN=${{ secrets.GH_ISSUES_TOKEN }}

0 comments on commit f158f05

Please sign in to comment.