mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
Specify the target for cross-repository dispatches
This commit is contained in:
parent
e9211be054
commit
f72d9b6d90
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user