[IOPID-3164] Validation token check migration #951
This file contains hidden or 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/**" | |
- ".github/workflows/**_infra.yaml" | |
# Terraform version edit | |
- ".terraform-version" | |
jobs: | |
code_review_prod: | |
uses: pagopa/dx/.github/workflows/infra_plan.yaml@3585afcf2d306da91d68cabfd0344a82e1ee10f3 | |
name: Code Review Infrastructure Plan | |
secrets: inherit | |
with: | |
environment: prod | |
base_path: infra/resources | |
override_github_environment: "infra-prod" | |
use_private_agent: true |