Skip to content

[EC-122] fix: added JWT_TOKEN_PUBLIC_KEY as secret #12

[EC-122] fix: added JWT_TOKEN_PUBLIC_KEY as secret

[EC-122] fix: added JWT_TOKEN_PUBLIC_KEY as secret #12

Workflow file for this run

name: Code Review ms-external-interceptor
on:
workflow_dispatch:
pull_request:
types:
- synchronize
- reopened
- ready_for_review
paths:
- '.github/workflows/pr_ms.yml'
- '.github/workflows/release_ms.yml'
- '.github/workflows/release_ms_pnpg.yml'
- '!.devops/**'
- '!helm/**'
- '!**.md'
- '!**ignore'
- '!infra/**'
- '!.terraform-version'
- '!CODEOWNERS'
jobs:
code_review:
uses: pagopa/selfcare-commons/.github/workflows/call_code_review_spring.yml@main
name: 'Code Review'
secrets: inherit
if: github.base_ref == 'main' && github.event_name == 'pull_request'
with:
pr_number: ${{ github.event.pull_request.number }}
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-ms-external-interceptor'
docker_build:
uses: pagopa/selfcare-commons/.github/workflows/call_code_review_docker.yml@main
name: 'Docker'