Skip to content

Commit

Permalink
fix(ci): trigger the good workflow id
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jan 13, 2023
1 parent cdd5a3d commit e611394
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 @@ -27,7 +27,7 @@ jobs:
- name: Update 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: |-
Expand Down

0 comments on commit e611394

Please sign in to comment.