diff --git a/.github/workflows/cli-assets-component-pipeline.yml b/.github/workflows/cli-assets-component-pipeline.yml index 257e742abe..279c8f9d8f 100644 --- a/.github/workflows/cli-assets-component-pipeline.yml +++ b/.github/workflows/cli-assets-component-pipeline.yml @@ -68,6 +68,6 @@ jobs: - name: Log Results to Application Insights uses: syedhassaanahmed/app-insights-event-action@main with: - appInsightsInstrumentationKey: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }} + instrumentation-key: ${{ secrets.APPLICATION_INSIGHTS_INSTRUMENTATION_KEY }} event-name: "cli-assets-component-pipeline_${{ job.status }}_${{ env.FAILURE_REASON }}" if: always() \ No newline at end of file