Skip to content

Commit

Permalink
Add missing health check environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jan 3, 2024
1 parent 96d23a1 commit 25692ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
STACK_NAME: prod-HexBug
S3_BUCKET: prod-objectobject-ca-codedeploy-artifacts
CDK_IAM_ROLE_ARN: arn:aws:iam::511603859520:role/prod-objectobject-ca-GitHubActionsCDKRole19D97701-sweSB0Sp33WN
HEALTH_CHECK_CHANNEL_ID: "1191901093077188710"

jobs:
scrape-book-types:
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
cat <<EOF > .env
TOKEN="${{ secrets.DISCORD_TOKEN }}"
LOG_WEBHOOK_URL="${{ secrets.LOG_WEBHOOK_URL }}"
HEALTH_CHECK_CHANNEL_ID="${{ env.HEALTH_CHECK_CHANNEL_ID }}"
GITHUB_SHA=main
GITHUB_REPOSITORY=object-Object/HexBug
GITHUB_PAGES_URL=https://object-object.github.io/HexBug
Expand Down

0 comments on commit 25692ea

Please sign in to comment.