Skip to content

Commit

Permalink
Attempt to autosync master with docs branch (#7753)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed Nov 8, 2021
1 parent 291dccb commit eae84bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-branches
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}

0 comments on commit eae84bc

Please sign in to comment.