Skip to content

Commit

Permalink
add assets sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Mar 20, 2024
1 parent d54d69f commit 8e6a005
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync-wporg-assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync assets with wordpress.org

on:
push:

jobs:
run:
runs-on: ubuntu-latest
name: Push assets to wporg
steps:
- uses: actions/checkout@v4
- 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 }}
19 changes: 0 additions & 19 deletions .github/workflows/sync-wporg-assets.yml.bak

This file was deleted.

0 comments on commit 8e6a005

Please sign in to comment.