add GitHub action to update assets

This commit is contained in:
Matthias Pfefferle 2019-11-13 10:14:21 +01:00
parent 22d8601829
commit 368e7f5e89
4 changed files with 18 additions and 0 deletions

17
.github/workflows/update-assets.yml vendored Normal file
View file

@ -0,0 +1,17 @@
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.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: activitypub

View file

@ -7,6 +7,7 @@
.codeclimate.yml
.data
.svnignore
.wordpress-org
Gruntfile.js
LINGUAS
Makefile

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB