From 1464c3f602f86ecbbcd7de657742acac8121a1de Mon Sep 17 00:00:00 2001 From: Vincent Lin Date: Thu, 30 Oct 2025 23:53:19 -0400 Subject: [PATCH] Fix Healthchecks API calls --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 1f03917..8184106 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ // read-only API key for the healthchecks.io project. Obtained from // https://healthchecks.io/projects/7acc2ad3-f672-40c9-a061-12c8fd128f8b/settings/ -export const HEALTHCHECKSIO_API_KEY = 'tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv' +export const HEALTHCHECKSIO_API_KEY = 'hcr_RNvMq5zwrGcvXurloN5mF9ino3qs' // read-only API key with the "org scope" for Sentry. Obtained by creating an internal integration: // https://watonomous.sentry.io/settings/developer-settings/statuswatonomousca-be7323/ @@ -29,4 +29,4 @@ export const STATUS_SYMBOLS = { [Status.Good]: '🟢', [Status.Neutral]: '🟡', [Status.Bad]: '🔴', -} as const; \ No newline at end of file +} as const;