Skip to content

Commit

Permalink
Add the update ci (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honemo authored Jun 5, 2024
1 parent 1315861 commit 68e64d1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/assets-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Plugin assets/readme update
on:
push:
branches:
- trunk
jobs:
run:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- 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: backwpup
IGNORE_OTHER_FILES: true

0 comments on commit 68e64d1

Please sign in to comment.