From 9fbefa29eaa3d99c650be2d64e9918c55d8c5f3c Mon Sep 17 00:00:00 2001 From: kurone-kito Date: Sun, 7 Apr 2024 14:21:07 +0900 Subject: [PATCH] ci: added the dispatch action to curate this repository --- .github/workflows/build-listing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-listing.yml b/.github/workflows/build-listing.yml index 7e903f21..792d7512 100644 --- a/.github/workflows/build-listing.yml +++ b/.github/workflows/build-listing.yml @@ -70,3 +70,9 @@ jobs: - name: Deploy the uploaded VPM Listing Website to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + - name: Trigger the action of the curation repository + uses: peter-evans/repository-dispatch@v3 + with: + event-type: build-listing + repository: kurone-kito/vpm + token: ${{ secrets.REPO_TOKEN }}