From f72d9b6d9091f1757ccec7cd3981bd02d0da23ab Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 31 Mar 2024 16:37:43 +0800 Subject: [PATCH] Specify the target for cross-repository dispatches --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f50ef2de..9cfde0fa7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,6 +104,7 @@ jobs: with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} + repositories: 'simple-icons-font' - name: Trigger simple-icons-font release run: | curl -X POST \ @@ -120,6 +121,7 @@ jobs: with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} + repositories: 'simple-icons-website' - name: Trigger simple-icons-website update run: | curl -X POST \