Skip to content

Commit

Permalink
Update readme/assets from main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Mar 19, 2024
1 parent c00b8cc commit 87da901
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/worg-asset-update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Plugin asset/readme update
on:
push:
branches:
- main
jobs:
main:
name: Push to main
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- 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 }}

0 comments on commit 87da901

Please sign in to comment.