Skip to content

Commit

Permalink
Restore update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 8, 2024
1 parent b3c5d91 commit beb4635
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Plugin asset/readme update
on:
push:
branches:
- trunk
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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: syndication-links
README_NAME: readme.md

0 comments on commit beb4635

Please sign in to comment.