[#IOPID-2752] Remove APPINSIGHTS_INSTRUMENTATIONKEY
from app_settings
of io-lollipop
#249
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Infrastructure Plan | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
- ready_for_review | |
paths: | |
- "infra/resources/**" | |
- "infra/modules/**" | |
- ".github/workflows/**_infra.yaml" | |
jobs: | |
code_review_prod: | |
uses: pagopa/dx/.github/workflows/infra_plan.yaml@main | |
name: Code Review Infrastructure Plan | |
secrets: inherit | |
with: | |
environment: prod | |
base_path: infra/resources |