From c9b56297de5a4f1eedb4730d95d8cbd22c0436a5 Mon Sep 17 00:00:00 2001 From: Harsh Upadhyay <49197635+harshau007@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:03:27 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bd764a..f9522aa 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 Wallpaper" + - 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}}'