mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 07:47:17 +00:00
Update transfer.yml
This commit is contained in:
parent
130dca8b89
commit
f7c5c2461a
10
.github/workflows/transfer.yml
vendored
10
.github/workflows/transfer.yml
vendored
|
|
@ -96,9 +96,7 @@ jobs:
|
|||
git commit -m "$(date)" || exit 0
|
||||
git push
|
||||
|
||||
- name: Run CSV generator
|
||||
run: |
|
||||
curl -H "Accept: application/vnd.github.everest-preview+json" \
|
||||
-H "Authorization: token ${{ secrets.PUSH_TOKEN }}" \
|
||||
--request POST --data '{"event_type": "generate-csv"}' \
|
||||
"https://api.github.com/repos/quatalog/quatalog/dispatches"
|
||||
- name: Trigger CSV generator
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
event-type: generate-csv
|
||||
|
|
|
|||
Loading…
Reference in a new issue