Skip to content

Commit

Permalink
[SELC-3954] ops: using a common GitHub Action Swagger update (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf authored Mar 4, 2024
1 parent 738e265 commit 54fa297
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/swagger_conflict_update_ms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Swagger Detect Conflict and Update Onboarding MS
on:
pull_request:
branches:
- main
- releases/*
types: [ opened, synchronize, reopened ]
paths:
- "apps/onboarding-ms/**"

permissions:
contents: write

jobs:
swagger_conflict_update:
runs-on: ubuntu-20.04
permissions: write-all
name: Swagger Detect Conflict and Update
steps:
- id: swagger-conflict-update
uses: pagopa/selfcare-commons/github-actions-template/swagger-detect-conflict-quarkus@main
with:
path_openapi_docs: src/main/docs/openapi.json
branch_ref: main
module: onboarding-ms

0 comments on commit 54fa297

Please sign in to comment.