We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04186c commit 36e48bdCopy full SHA for 36e48bd
1 file changed
.github/workflows/assets-update.yml
@@ -0,0 +1,19 @@
1
+name: Plugin asset/readme update
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main # or 'trunk', or whatever your main development branch is
7
8
+jobs:
9
+ update-assets:
10
+ name: Push assets/readme to WordPress.org
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
15
+ - name: WordPress.org plugin asset/readme update
16
+ uses: 10up/action-wordpress-plugin-asset-update@stable
17
+ env:
18
+ SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
19
+ SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments