mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 16:17:25 +00:00
Update transfer.yml
This commit is contained in:
parent
99ba8873bd
commit
6de711b23e
8
.github/workflows/transfer.yml
vendored
8
.github/workflows/transfer.yml
vendored
|
|
@ -73,6 +73,8 @@ jobs:
|
||||||
git push
|
git push
|
||||||
|
|
||||||
- name: Trigger CSV generator
|
- name: Trigger CSV generator
|
||||||
uses: peter-evans/repository-dispatch@v3
|
run: |
|
||||||
with:
|
curl -H "Accept: application/vnd.github.everest-preview+json" \
|
||||||
event-type: generate-csv
|
-H "Authorization: token ${{ secrets.PUSH_TOKEN }}" \
|
||||||
|
-X POST --data '{"event_type": "generate-csv"}' \
|
||||||
|
'https://api.github.com/repos/quatalog/quatalog/dispatches'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue