mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03: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:
|
with:
|
||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
|
repositories: 'simple-icons-font'
|
||||||
- name: Trigger simple-icons-font release
|
- name: Trigger simple-icons-font release
|
||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
@ -120,6 +121,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
|
repositories: 'simple-icons-website'
|
||||||
- name: Trigger simple-icons-website update
|
- name: Trigger simple-icons-website update
|
||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
|
Loading…
Reference in New Issue
Block a user