Skip to content

Commit

Permalink
Create action-wordpress-plugin-asset-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexminza committed Mar 21, 2020
1 parent bb77420 commit e68c9c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/action-wordpress-plugin-asset-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Plugin asset/readme update
on:
push:
branches:
- master
jobs:
master:
name: Push to master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@master
env:
SVN_PASSWORD: ${{ secrets.WPORG_SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.WPORG_SVN_USERNAME }}

0 comments on commit e68c9c0

Please sign in to comment.