Fix docs sync CI with key (#5668)

Fix docs sync CI with key (#5668)
This commit is contained in:
Pere Miquel Brull 2022-06-27 15:42:54 +02:00 committed by GitHub
parent 1d369c47bd
commit aba8a0e5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ jobs:
- name: Push content
id: push_content
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
with:
source-directory: openmetadata-docs/content/
target-directory: content/
@ -39,6 +41,8 @@ jobs:
- name: Push images
id: push_images
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
with:
source-directory: openmetadata-docs/images/
target-directory: public/images/
@ -51,6 +55,8 @@ jobs:
- name: Push ingestion
id: push_ingestion
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
with:
source-directory: openmetadata-docs/ingestion/
target-directory: public/ingestion/