Skip to content

chore: db changes 20240719_200002 (#20543) #7

chore: db changes 20240719_200002 (#20543)

chore: db changes 20240719_200002 (#20543) #7

Workflow file for this run

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.SYNC_TOKEN }}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true