diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index a1ec808b..57e3f291 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -27,7 +27,7 @@ jobs: - name: Update modules docs repository uses: fjogeleit/http-request-action@v1 with: - url: 'https://api.github.com/repos/okp4/docs/actions/workflows/update-versioned-docs/dispatches' + url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' data: |- @@ -44,7 +44,7 @@ jobs: - name: Update commands docs repository uses: fjogeleit/http-request-action@v1 with: - url: 'https://api.github.com/repos/okp4/docs/actions/workflows/update-versioned-docs/dispatches' + url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches' method: 'POST' customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}' data: |-