There was an error while loading. Please reload this page.
2 parents 98080bb + 87e6476 commit a37d462Copy full SHA for a37d462
1 file changed
.github/workflows/asset-update.yml
@@ -0,0 +1,11 @@
1
+name: Update WordPress.org assets
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ update:
8
+ uses: tarosky/workflows/.github/workflows/asset-update.yml@main
9
+ with:
10
+ slug: ${{ github.event.repository.name }}
11
+ secrets: inherit
0 commit comments