notify-imgproxy-helm.yml 671 B

12345678910111213141516171819
  1. ---
  2. name: Notify imgproxy/helm on updated 'configuration' part of the docs
  3. on:
  4. push:
  5. branches:
  6. - master
  7. paths:
  8. - docs/configuration.md
  9. jobs:
  10. notify-imgproxy-helm:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - name: Repository Dispatch
  14. uses: peter-evans/repository-dispatch@v1.1.3
  15. with:
  16. token: ${{ secrets.HELM_REPO_ACCESS_TOKEN }}
  17. repository: imgproxy/imgproxy-helm
  18. event-type: imgproxy-config-updated
  19. client-payload: '{"actor":"{{ github.actor }}","link":"https://github.com/imgproxy/imgproxy/commit/{{ github.sha }}#diff-17ed18489a956f326ec0fe4040850c5bc9261d4631fb42da4c52891d74a59180"}'