Skip to content

Update speltakken.md #102

Update speltakken.md

Update speltakken.md #102

name: Notify Main Repo
on:
push:
branches:
- main # Or the branch you're tracking
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger Main Repo Workflow
run: |
curl -X POST -H "Authorization: token ${{ secrets.PAT_GITHUB }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/tibrag/website/dispatches \
-d '{"event_type": "update-gomodules"}'