Skip to content

Commit

Permalink
Merge pull request #45 from Flajt/fix-sign-missing-api-key
Browse files Browse the repository at this point in the history
Fix: Add missing secret to deployment script
  • Loading branch information
Flajt committed Oct 23, 2023
2 parents f1ea46e + f66dc01 commit e2063b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ functions:
httpOption: redirected
env:
WEBHOOK_URL: ${env:WEBHOOK_URL}
secret:
ORIGINSTAMP_API_KEY: ${env:ORIGINSTAMP_API_KEY}

get-new-key:
handler: get_new_key/HandleGetNewKey
Expand Down

0 comments on commit e2063b6

Please sign in to comment.