Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Update WordPress on release #5

Update WordPress on release

Update WordPress on release #5

name: Update WordPress on release
on:
release:
types: [published]
workflow_dispatch:
inputs:
bust_cache_first:
description: "Bust WordPress cache before retrying push"
required: false
default: false
type: boolean
jobs:
push-to-wordpress:
uses: ./.github/workflows/push-releases.yml
with:
bust_cache_first: ${{ inputs.bust_cache_first || false }}
secrets:
WP_PUSH_TOKEN: ${{ secrets.WP_PUSH_TOKEN }}
WP_SITE_URL: ${{ secrets.WP_SITE_URL }}