Skip to content

Sync 'authors' content with blog.beta.gouv.fr #5

Sync 'authors' content with blog.beta.gouv.fr

Sync 'authors' content with blog.beta.gouv.fr #5

name: Sync 'authors' content with blog.beta.gouv.fr
on:
schedule:
- cron: "*/15 * * * *"
workflow_dispatch:
push:
branches: ['master']
jobs:
sync:
runs-on: ubuntu-22.04
steps:
- name: Sync
uses: adrianjost/[email protected]
with:
FILE_PATTERNS: |
^content$
^img
TARGET_REPOS: |
betagouv/blog.beta.gouv.fr
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true