From 1a0bf087b448aca5c4f2886694771a83bd53045f Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Wed, 22 May 2024 07:44:16 +0200 Subject: [PATCH] ci(docs): fix workflow ID to update axoned version in docs repository --- .github/workflows/notify-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-release.yml b/.github/workflows/notify-release.yml index c0a28b37b..37d79bca0 100644 --- a/.github/workflows/notify-release.yml +++ b/.github/workflows/notify-release.yml @@ -81,7 +81,7 @@ jobs: - name: Update docs version uses: fjogeleit/http-request-action@v1 with: - url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/37674835/dispatches' + url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/98246586/dispatches' method: 'POST' customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}' data: |-