mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
chore: fix sync workflow
This commit is contained in:
parent
b41a8b4ac7
commit
a4e85fb374
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -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 }}
|
Loading…
Reference in New Issue
Block a user