Skip to content

Commit

Permalink
fix: ensure amplitude key is passed through
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Jan 27, 2019
1 parent fa9de62 commit 1d082ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ provider:
INSTALLATION_TOKEN_TTL: 3540
WEBHOOK_SECRET: ${env:WEBHOOK_SECRET}
PRIVATE_KEY: ${env:PRIVATE_KEY}
AMPLITUDE_API_KEY: ${env:AMPLITUDE_API_KEY}
SERVICE_NAME_AND_STAGE: 'all-contributors-bot-${opt:stage, self:provider.stage}'
iamRoleStatements:
- Effect: Allow
Expand Down

0 comments on commit 1d082ae

Please # to comment.