From 68e64d1011d7775335d20965a6476a1caa2aa6a2 Mon Sep 17 00:00:00 2001 From: Honemo Date: Wed, 5 Jun 2024 11:07:03 +0200 Subject: [PATCH] Add the update ci (#132) --- .github/workflows/assets-update.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/assets-update.yml diff --git a/.github/workflows/assets-update.yml b/.github/workflows/assets-update.yml new file mode 100644 index 00000000..6326ea71 --- /dev/null +++ b/.github/workflows/assets-update.yml @@ -0,0 +1,18 @@ +name: Plugin assets/readme update +on: + push: + branches: + - trunk +jobs: + run: + name: Push to trunk + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: WordPress.org plugin asset/readme update + uses: 10up/action-wordpress-plugin-asset-update@stable + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: backwpup + IGNORE_OTHER_FILES: true \ No newline at end of file