Skip to content

fix: use crypto.subtle polyfill instead of custom middleware #9

fix: use crypto.subtle polyfill instead of custom middleware

fix: use crypto.subtle polyfill instead of custom middleware #9

name: Notify Main Repo
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger main repo workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.MAIN_REPO_PAT }}
repository: EM-GeekLab/NexusGate
event-type: docs-updated
client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'