Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cb2-8130): regenerate API services automatically #361

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/openapi-gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: OPENAPI-GEN

on:
push:
branches:
- develop

permissions:
id-token: write
contents: read

jobs:
update-services:
uses: dvsa/cvs-github-actions/.github/workflows/openapi-gen.yml@develop
with:
docs_path: docs/test-resuls-api.yml
owner: dvsa
pr_repository: cvs-app-vtm
pr_repository_path: src/app/api/test-results
pr_repository_base_branch: develop
secrets:
AWS_ROLE: ${{ secrets.CVS_MGMT_AWS_ROLE }}