From e7fa73c84669d8564050490cdd0ed6062431ef93 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 11 Dec 2024 15:28:37 +0100 Subject: [PATCH] Remove asset updater (#1071) This is meant to work perfect with dev branches but not how we use GitHub. Besides of that, the plugin is so actively developed, so that it makes no sense either. --- .github/workflows/update-assets.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/update-assets.yml diff --git a/.github/workflows/update-assets.yml b/.github/workflows/update-assets.yml deleted file mode 100644 index d357d1a0f..000000000 --- a/.github/workflows/update-assets.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Plugin asset/readme update -on: - push: - branches: - - trunk -jobs: - trunk: - 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: activitypub