Skip to content

docs: Mention a possible cause of ResourceNotFound issue (#7758) #997

docs: Mention a possible cause of ResourceNotFound issue (#7758)

docs: Mention a possible cause of ResourceNotFound issue (#7758) #997

Workflow file for this run

name: Sync Example Repositories
on:
push:
branches:
- v4
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run GitHub File Sync
# Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved
uses: BetaHuhn/repo-file-sync-action@v1.16.5
with:
GH_PAT: ${{ secrets.GH_PAT_CLASSIC }}
SKIP_PR: true