From ddeb8435125e891b643941275cd44b9ce0d5c2e5 Mon Sep 17 00:00:00 2001 From: Takahashi Fumiki Date: Tue, 4 Aug 2026 14:53:20 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20WordPress.org=20=E3=82=A2=E3=82=BB?= =?UTF-8?q?=E3=83=83=E3=83=88=E6=9B=B4=E6=96=B0=E3=83=A9=E3=83=83=E3=83=91?= =?UTF-8?q?=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0=20(#141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/asset-update.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/asset-update.yml diff --git a/.github/workflows/asset-update.yml b/.github/workflows/asset-update.yml new file mode 100644 index 0000000..eb6bd1f --- /dev/null +++ b/.github/workflows/asset-update.yml @@ -0,0 +1,11 @@ +name: Update WordPress.org assets + +on: + workflow_dispatch: + +jobs: + update: + uses: tarosky/workflows/.github/workflows/asset-update.yml@main + with: + slug: ${{ github.event.repository.name }} + secrets: inherit