Skip to content

Updated redirects.js to support SAML article reorg phase 1 (#10332) #195

Updated redirects.js to support SAML article reorg phase 1 (#10332)

Updated redirects.js to support SAML article reorg phase 1 (#10332) #195

Workflow file for this run

name: Push Notify
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Webhook Notify
uses: actions/github-script@v6
with:
github-token: ${{ secrets.NOTIFY_PAT_TOKEN }}
script: |
await github.rest.repos.createDispatchEvent({
owner: '${{ secrets.NOTIFY_ORG }}',
repo: '${{ secrets.NOTIFY_REPO }}',
event_type: 'docs_repo_webhook'
})