Skip to content

[SELC-8409] feat: migrate selfcare-ms-party-registry-proxy infra #74

[SELC-8409] feat: migrate selfcare-ms-party-registry-proxy infra

[SELC-8409] feat: migrate selfcare-ms-party-registry-proxy infra #74

name: Code Review - Onboarding Functions
permissions:
contents: read
id-token: write
pull-requests: write
on:
workflow_dispatch:
pull_request:
branches:
- main
- releases/**
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- 'apps/onboarding-functions/**'
- '.github/workflows/pr_onboarding_functions.yml'
- '.github/workflows/call_code_review.yml'
jobs:
code_review:

Check failure on line 28 in .github/workflows/pr_onboarding_functions.yml

View workflow run for this annotation

GitHub Actions / Code Review - Onboarding Functions

Invalid workflow file

The workflow is not valid. .github/workflows/pr_onboarding_functions.yml (Line: 28, Col: 3): Error calling workflow 'pagopa/selfcare/.github/workflows/call_code_review.yml@f572c1a4f04012e06544706df45c69f486fc21e3'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
permissions:
packages: read
uses: ./.github/workflows/call_code_review.yml
name: Onboarding function Code Review
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-onboarding'
module: 'onboarding-functions'