Skip to content

Workflow file for this run

name: Plugin assets or readme update
on:
push:
branches:
- main
jobs:
main:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: WordPress.org plugin assets/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}