There was an error while loading. Please reload this page.
1 parent 06d7647 commit 2846034Copy full SHA for 2846034
1 file changed
.github/workflows/deploy-assets.yml
@@ -0,0 +1,16 @@
1
+name: Plugin asset/readme update
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+jobs:
7
+ trunk:
8
+ name: Push to trunk
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@master
12
+ - name: WordPress.org plugin asset/readme update
13
+ uses: 10up/action-wordpress-plugin-asset-update@stable
14
+ env:
15
+ SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16
+ SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
0 commit comments