Skip to content

Add subversion to the github action for deployment #110

Add subversion to the github action for deployment

Add subversion to the github action for deployment #110

name: Deploy assets/readme to WordPress.org
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
deploy-to-trunk:
name: Deploy assets/readme to trunk
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: post-expirator
IGNORE_OTHER_FILES: true