Update transfer.yml

This commit is contained in:
powe97 2024-03-16 13:07:22 -04:00 committed by GitHub
parent 130dca8b89
commit f7c5c2461a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 6 deletions

View File

@ -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