Skip to content

Commit 68c629a

Browse files
authored
Fix Healthchecks API calls (#83)
1 parent b1cdcaa commit 68c629a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// read-only API key for the healthchecks.io project. Obtained from
22
// https://healthchecks.io/projects/7acc2ad3-f672-40c9-a061-12c8fd128f8b/settings/
3-
export const HEALTHCHECKSIO_API_KEY = 'tCsst0GSKpfvslmpmlsmivRrUCRuv6Iv'
3+
export const HEALTHCHECKSIO_API_KEY = 'hcr_RNvMq5zwrGcvXurloN5mF9ino3qs'
44

55
// read-only API key with the "org scope" for Sentry. Obtained by creating an internal integration:
66
// https://watonomous.sentry.io/settings/developer-settings/statuswatonomousca-be7323/
@@ -29,4 +29,4 @@ export const STATUS_SYMBOLS = {
2929
[Status.Good]: '🟢',
3030
[Status.Neutral]: '🟡',
3131
[Status.Bad]: '🔴',
32-
} as const;
32+
} as const;

0 commit comments

Comments
 (0)