redoc/.github/workflows/sync.yml

17 lines
343 B
YAML
Raw Normal View History

2021-06-23 12:59:47 +03:00
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
2021-07-01 12:40:25 +03:00
uses: Redocly/repo-file-sync-action@master
2021-06-23 12:59:47 +03:00
with:
2021-07-01 12:40:25 +03:00
GH_PAT: ${{ secrets.GH_PAT }}