[SELC-6064] feat: added origin IPA for pa/import api #298
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: External MS - Swagger Detect Conflict and Update | |
on: | |
pull_request: | |
branches: | |
- main | |
- releases/* | |
paths: | |
- "src/**" | |
types: [ opened, synchronize, reopened ] | |
permissions: | |
contents: write | |
jobs: | |
swagger_conflict_update: | |
runs-on: ubuntu-20.04 | |
permissions: write-all | |
name: Swagger Detect Rules and Conflict | |
steps: | |
- id: swagger-detect | |
uses: pagopa/selfcare-commons/github-actions-template/swagger-detect-conflict-spring@main | |
with: | |
path_openapi_docs: src/main/resources/swagger/api-docs.json | |
github_token: ${{ secrets.GITHUB_TOKEN }} |