redoc/.github/workflows/sync.yml
2021-06-23 12:59:47 +03:00

16 lines
335 B
YAML

name: Sync Files
on:
push:
branches:
- master
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: Redocly/repo-file-sync-action
with:
GH_PAT: ${{ secrets.GH_PAT }}