Skip to content

Commit

Permalink
Use 10up/action-wordpress-plugin-asset-update
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 29, 2023
1 parent f93c69a commit f85199b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-dotorg-assets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update assets on WordPress.org

on:
push:
branches:
- main

jobs:
update:
name: Update assets
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Update assets
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 comments on commit f85199b

Please sign in to comment.