Skip to content

Add docs on IMGPROXY_PNG_UNLIMITED and IMGPROXY_SVG_UNLIMITED #10

Add docs on IMGPROXY_PNG_UNLIMITED and IMGPROXY_SVG_UNLIMITED

Add docs on IMGPROXY_PNG_UNLIMITED and IMGPROXY_SVG_UNLIMITED #10

---
name: Notify imgproxy/imgproxy-helm on updated 'configuration' part of the docs
on:
push:
branches:
- master
paths:
- docs/configuration/**.mdx
jobs:
notify-imgproxy-helm:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repository: imgproxy/imgproxy-helm
event-type: imgproxy-config-updated
client-payload: '{"actor":"${{ github.actor }}","link":"https://github.com/imgproxy/imgproxy-docs/commit/${{ github.sha }}"}'