Update transfer.yml

This commit is contained in:
powe97 2024-03-17 10:38:39 -04:00 committed by GitHub
parent 99ba8873bd
commit 6de711b23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -73,6 +73,8 @@ jobs:
git push
- name: Trigger CSV generator
uses: peter-evans/repository-dispatch@v3
with:
event-type: generate-csv
run: |
curl -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.PUSH_TOKEN }}" \
-X POST --data '{"event_type": "generate-csv"}' \
'https://api.github.com/repos/quatalog/quatalog/dispatches'