Skip to content

Commit

Permalink
Merge pull request #294 from LD4P/justinlittman-patch-1
Browse files Browse the repository at this point in the history
Add HB API key as env variable in Dockerfile.
  • Loading branch information
justinlittman authored Aug 23, 2021
2 parents 1165c4b + ee18266 commit 8173f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM circleci/node:14.11.0

ARG HONEYBADGER_API_KEY
ENV HONEYBADGER_API_KEY=$HONEYBADGER_API_KEY

WORKDIR /home/circleci

Expand Down

0 comments on commit 8173f3f

Please sign in to comment.