Skip to content

Commit

Permalink
Merge pull request #646 from axone-protocol/fix/bump-docs-version
Browse files Browse the repository at this point in the history
πŸ› ci: fix notify version bump on docs
  • Loading branch information
bdeneux authored May 22, 2024
2 parents e5b62e9 + 1a0bf08 commit 4c07643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 4c07643

Please sign in to comment.