Skip to content

Commit

Permalink
add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Jan 23, 2024
1 parent 850b846 commit a918fba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 58 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/call_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
sonar_key:
type: string
required: true
actor:
type: string
required: true

jobs:
code_review:
Expand All @@ -21,9 +24,9 @@ jobs:

steps:

- name: Setup Maven Action
uses: s4u/setup-maven-action@fa2c7e4517ed008b1f73e7e0195a9eecf5582cd4
- name: Setup Maven Actionuses: s4u/maven-settings-action@60912582505985be4cc55d2b890eb32767f8de5f # [email protected]
with:
servers: '[{"id": "selfcare-github", "username": "${{ inputs.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
checkout-fetch-depth: 0
java-version: 17
java-distribution: 'temurin'
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/check_pr.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/pr_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-user'
actor: ${{ github.actor }}
1 change: 1 addition & 0 deletions .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-user'
actor: ${{ github.actor }}

build_docker:
name: 'Build Docker image'
Expand Down

0 comments on commit a918fba

Please sign in to comment.