Skip to content

Commit fb7e823

Browse files
committed
Merge branch 'master' into develop
2 parents e5c6284 + 6b391d8 commit fb7e823

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/assets.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update Assets
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
wordpress:
8+
name: WordPress.org
9+
runs-on: ubuntu-18.04
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v1
13+
14+
- name: Deploy
15+
uses: 10up/[email protected]
16+
env:
17+
ASSETS_DIR: assets-wp-repo
18+
SVN_USERNAME: ${{ secrets.WPORG_SVN_USERNAME }}
19+
SVN_PASSWORD: ${{ secrets.WPORG_SVN_PASSWORD }}

0 commit comments

Comments
 (0)