add GitHub action to update assets
This commit is contained in:
parent
22d8601829
commit
368e7f5e89
4 changed files with 18 additions and 0 deletions
17
.github/workflows/update-assets.yml
vendored
Normal file
17
.github/workflows/update-assets.yml
vendored
Normal 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
|
|
@ -7,6 +7,7 @@
|
||||||
.codeclimate.yml
|
.codeclimate.yml
|
||||||
.data
|
.data
|
||||||
.svnignore
|
.svnignore
|
||||||
|
.wordpress-org
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
LINGUAS
|
LINGUAS
|
||||||
Makefile
|
Makefile
|
||||||
|
|
BIN
.wordpress-org/banner-772x250.png
Normal file
BIN
.wordpress-org/banner-772x250.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
.wordpress-org/icon-256x256.png
Normal file
BIN
.wordpress-org/icon-256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue