We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d69f commit 8e6a005Copy full SHA for 8e6a005
.github/workflows/sync-wporg-assets.yml
@@ -0,0 +1,16 @@
1
+name: Sync assets with wordpress.org
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ run:
8
+ runs-on: ubuntu-latest
9
+ name: Push assets to wporg
10
+ steps:
11
+ - uses: actions/checkout@v4
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 }}
.github/workflows/sync-wporg-assets.yml.bak
0 commit comments