diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e2052d3..b98ac67 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -217,6 +217,13 @@ jobs: echo "Payload:" cat payload.json + - name: Repository aktualisieren + run: | + curl -X POST \ + -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \ + -H "Content-Type: application/json" \ + --data-binary @repo/payload.json \ + "https://${{ vars.RELEASE_URL }}/api/v1/repos//Repository/dispatches?event_type=update_plugin" - name: Debug Info