Specify the target for cross-repository dispatches

This commit is contained in:
LitoMore 2024-03-31 16:37:43 +08:00
parent e9211be054
commit f72d9b6d90
No known key found for this signature in database
GPG key ID: B8653F9344667340

View file

@ -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 \