Skip to content

Commit

Permalink
ci: added the dispatch action to curate this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Apr 7, 2024
1 parent ea2c077 commit 9fbefa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9fbefa2

Please sign in to comment.