chore: fix sync workflow

This commit is contained in:
romanhotsiy 2021-07-01 12:40:25 +03:00
parent b41a8b4ac7
commit a4e85fb374
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -11,6 +11,6 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@master uses: actions/checkout@master
- name: Run GitHub File Sync - name: Run GitHub File Sync
uses: Redocly/repo-file-sync-action uses: Redocly/repo-file-sync-action@master
with: with:
GH_PAT: ${{ secrets.GH_PAT }} GH_PAT: ${{ secrets.GH_PAT }}