The project id was incorrect here resulting in errors.
@@ -3,5 +3,5 @@ export const ALLOWED_PROJECT_IDS_FOR_ORG_SLUG: {
} = {
sentry: ['1', '300688'],
codecov: ['5215654'],
- peated: ['4504120414765056'],
+ peated: ['4505138082349056'],
};