Skip to content

feat: #236 authorizer auth0 deployment service (#11403) #3114

feat: #236 authorizer auth0 deployment service (#11403)

feat: #236 authorizer auth0 deployment service (#11403) #3114

Triggered via push August 27, 2024 09:34
Status Failure
Total duration 23m 51s
Artifacts

release-dev.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Release
Argument of type '{ DYNAMO_DB_API_KEY_TABLE_NAME: string; PLATFORM_API_BASE_URL: string; CONNECT_USER_POOL: string; AWS_ACCOUNT_ID: string; DYNAMO_DB_REGION: string; DYNAMO_DB_ENDPOINT: string; SENTRY_DSN: string; ISSUERS: string[]; COGNITO_CLIENT_ID: string; }' is not assignable to parameter of type 'Record<string, string>'.
Release
Argument of type '{ DYNAMO_DB_API_KEY_TABLE_NAME: string; PLATFORM_API_BASE_URL: string; CONNECT_USER_POOL: string; AWS_ACCOUNT_ID: string; DYNAMO_DB_REGION: string; DYNAMO_DB_ENDPOINT: string; SENTRY_DSN: string; ISSUERS: string[]; COGNITO_CLIENT_ID: string; }' is not assignable to parameter of type 'Record<string, string>'.
Release
Argument of type '{ DYNAMO_MARKETPLACE_CMS_TABLE_NAME: string; AWS_ACCOUNT_ID: string; DYNAMO_DB_REGION: string; TZ: string; COGNITO_CLIENT_ID: string; ISSUERS: string[]; }' is not assignable to parameter of type 'Record<string, string>'.
Release
Type '{ PLATFORM_API_BASE_URL: string; AWS_ACCOUNT_ID: string; SENTRY_DSN: string; NODE_ENV: string; REST_API_ID: string; ROOT_RESOURCE_ID: string; VPC_ID: string; AUTHORIZER_ID: string; COGNITO_CLIENT_ID: string; CONNECT_USER_POOL: string; ISSUERS: string[]; }' is not assignable to type '{ [key: string]: string; }'.
Release
Process completed with exit code 1.
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/