Skip to content

Commit

Permalink
chore: add sync wpord assets workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Sep 9, 2024
1 parent a138e17 commit 8daad19
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sync-wporg-assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Sync assets with wordpress.org

on:
push:
branches:
- main
paths:
- 'readme.txt'
- '.wordpress-org/**'
jobs:
run:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, 'chore(release)')"
name: Push assets to WordPress.org
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: selul/action-wordpress-plugin-asset-update@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_THEMEISLE_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_THEMEISLE_USERNAME }}

0 comments on commit 8daad19

Please sign in to comment.