Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHalwass authored Mar 21, 2021
1 parent bfdb0d1 commit 4a77c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
- name: tf apply
working-directory: ./Terraform/heroku
run: terraform apply -auto-approve
run: terraform apply -auto-approve -var="HEROKU_ACCOUNT_EMAIL=${{ secrets.HEROKU_ACCOUNT_EMAIL }}" -var="HEROKU_API_KEY=${{ secrets.HEROKU_API_KEY }}"
env:
HEROKU_ACCOUNT_EMAIL: ${{ secrets.HEROKU_ACCOUNT_EMAIL }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
Expand Down

0 comments on commit 4a77c60

Please sign in to comment.