Skip to content

Remove out of context needs clause #7

Remove out of context needs clause

Remove out of context needs clause #7

Workflow file for this run

name: DirectorySync
on:
push:
branches:
- main
workflow_dispatch:
jobs:
DirectorySync:
uses: EncoreDigitalGroup/.github/.github/workflows/directorySync.yml@v1
with:
source: 'guides/'
targetRepo: 'encoredigitalgroup/internal-kb'
targetDirectory: 'style-guide'
secrets:
token: ${{ secrets.GH_GENERAL_ACCESS_TOKEN }}