1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-29 23:07:40 +02:00

Add Github action to notify imgproxy-helm about updates (#634)

* Add Github action to notify imgproxy-helm about updates

* Update .github/actions/notify-imgproxy-helm.yml

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
This commit is contained in:
Andrew Kozin
2021-06-23 12:49:50 +03:00
committed by GitHub
parent cc25a8b940
commit 7285c3bd7d

View File

@@ -0,0 +1,19 @@
---
name: Notify imgproxy/helm on updated 'configuration' part of the docs
on:
push:
branches:
- master
paths:
- docs/configuration.md
jobs:
notify-imgproxy-helm:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1.1.3
with:
token: ${{ secrets.HELM_REPO_ACCESS_TOKEN }}
repository: imgproxy/imgproxy-helm
event-type: imgproxy-config-updated
client-payload: '{"actor":"{{ github.actor }}","link":"https://github.com/imgproxy/imgproxy/commit/{{ github.sha }}#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180"}'