Skip to content

fix

fix #18

name: Notify Cache Repository
on:
push:
branches:
- main
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger cache-trees workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.CACHE_REPO_TOKEN }}" \
https://api.github.com/repos/Trease-Focus/cache-trees/dispatches \
-d '{"event_type": "trigger-cache-generation"}'