Skip to content

docs: generate wp.org plugin icon with DALL·E 3 #5

docs: generate wp.org plugin icon with DALL·E 3

docs: generate wp.org plugin icon with DALL·E 3 #5

name: Plugin asset/readme update
on:
push:
branches:
- main
env:
PLUGIN_SLUG: alt-text-generator-gpt-vision
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: ${{ env.PLUGIN_SLUG }}
IGNORE_OTHER_FILES: true