Skip to navigation
How to automatically publish to WordPress SVN via GitHub Action workflow system
28.07.24
# Description Create YAML file like below https://raw.githubusercontent.com/myridia/bw-coupon/main/.github/workflows/svn.yml and rename the SLUG. As well create the secret variables in GitHub, so the script can access the SVN server from WordPress ```yaml name: Deploy to WordPress.org on: push: tags: - "*" jobs: tag: name: New tag runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Build run: | echo "Publish" - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@master env: SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SLUG: bw-coupon ```
https://mkaz.blog/wordpress/deploy-wordpress-plugins-using-github-actions
Reply
Anonymous
Information Epoch 1761683825
Think parallel.
Home
Notebook
Contact us