Skip to content

chore: retrigger author sync for Johnny's avatar #6

chore: retrigger author sync for Johnny's avatar

chore: retrigger author sync for Johnny's avatar #6

Workflow file for this run

name: Sync Authors to WordPress
on:
push:
branches: [main]
paths: ['authors.yml']
jobs:
sync-authors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- name: Install dependencies
run: uv sync
- name: Sync authors
env:
WP_TOKEN: ${{ secrets.WP_TOKEN }}
WP_API_URL: ${{ secrets.WP_API_URL }}
WP_USERNAME: ${{ secrets.WP_USERNAME }}
run: uv run scripts/wordpress/sync_authors.py