Skip to content

Commit

Permalink
Merge pull request #149 from josefaidt/fix/add-webhook-secrets-to-con…
Browse files Browse the repository at this point in the history
…tainer

fix(cdk): add github release webhook secrets to container
  • Loading branch information
josefaidt authored Jul 20, 2022
2 parents be3839f + d363d11 commit 34f435d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk/src/stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export class HeyAmplifyStack extends Stack {
'DISCORD_AUTH_CLIENT_ID',
'DISCORD_AUTH_CLIENT_SECRET',
'NEXTAUTH_SECRET',
'GITHUB_WEBHOOK_SECRET',
'DISCORD_WEBHOOK_URL_RELEASES',
] as const
// NOTE: this TypeScript trick is to say `secrets` should include key value pairs where the keys are one of the names in the array above
const secrets: Partial<
Expand Down

0 comments on commit 34f435d

Please sign in to comment.