diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c57f179..fa91121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,3 +67,12 @@ jobs: - name: Release Tar File with latest run: | gh release create latest *tar.gz checksum --latest --title "TCET-Linux welcome" + - name: Triggered PKGBUILD Action + run: | + curl -L \ + -X POST \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer ${{ secrets.PAT_TOKEN }}" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/tcet-opensource/tcet-linux-pkgbuild/dispatches \ + -d '{"event_type":"trigger-workflow","client_payload":{"unit":false,"integration":true}}'