-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OXDEV-7354: Add schema generation so github-workflow
- Loading branch information
1 parent
4358472
commit 6792b4f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Trigger schema workflow for storefront | ||
|
||
on: | ||
push: | ||
#tags: [ v1.* ] | ||
branches: | ||
- b-7.0.x-* | ||
|
||
jobs: | ||
documentation_schema: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Trigger schema generation in documentation | ||
uses: convictional/[email protected] | ||
with: | ||
owner: oxid-esales | ||
repo: oxapi-documentation | ||
github_user: ${{ secrets.CI_USER }} | ||
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }} | ||
workflow_file_name: schema.yml | ||
ref: "8.0-en-configuration_docs-OXDEV-7354" |