diff --git a/.github/workflows/monitoring-CI.yml b/.github/workflows/monitoring-CI.yml index 5e01e79e8..9fba14bbe 100644 --- a/.github/workflows/monitoring-CI.yml +++ b/.github/workflows/monitoring-CI.yml @@ -11,8 +11,6 @@ jobs: id-token: write contents: read pull-requests: write # to be able to comment on released pull requests - env: - LAMBDA_RUNTIME_ID: ${{ secrets.LAMBDA_RUNTIME_ID }} steps: - uses: actions/checkout@v4 diff --git a/cdk/lib/monitoring.ts b/cdk/lib/monitoring.ts index e578b5f0d..3a239cd35 100644 --- a/cdk/lib/monitoring.ts +++ b/cdk/lib/monitoring.ts @@ -30,7 +30,7 @@ export class Monitoring extends GuStack { const lambdaBaseName = 'cmp-monitoring'; - const runTimeId = process.env.LAMBDA_RUNTIME_ID; + const runTimeId = "0cdcfbdefbc5e7d3343f73c2e2dd3cba17d61dea0686b404502a0c9ce83931b9"; const prodDurationInMinutes = 2;