1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/.github/workflows/sync-branches.yml
2021-11-08 12:29:18 -08:00

21 lines
447 B
YAML

name: Sync Docs Branch
on:
push:
branches:
- master
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "airbytehq/airbyte"
source_branch: "master"
destination_branch: "gitbook/v1"
github_token: ${{ secrets.SLASH_COMMAND_PAT }}