Skip to content

Commit e135e9f

Browse files
committed
refactor(renaming): update realease notification ci
1 parent 862c12f commit e135e9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/notify-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Update modules docs repository
2828
uses: fjogeleit/http-request-action@v1
2929
with:
30-
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches'
30+
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/39152549/dispatches'
3131
method: 'POST'
3232
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}'
3333
data: |-
@@ -44,7 +44,7 @@ jobs:
4444
- name: Update commands docs repository
4545
uses: fjogeleit/http-request-action@v1
4646
with:
47-
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches'
47+
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/39152549/dispatches'
4848
method: 'POST'
4949
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}'
5050
data: |-
@@ -61,7 +61,7 @@ jobs:
6161
- name: Update predicates docs repository
6262
uses: fjogeleit/http-request-action@v1
6363
with:
64-
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/39152549/dispatches'
64+
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/39152549/dispatches'
6565
method: 'POST'
6666
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}'
6767
data: |-
@@ -81,7 +81,7 @@ jobs:
8181
- name: Update docs version
8282
uses: fjogeleit/http-request-action@v1
8383
with:
84-
url: 'https://api.github.com/repos/okp4/docs/actions/workflows/37674835/dispatches'
84+
url: 'https://api.github.com/repos/axone-protocol/docs/actions/workflows/37674835/dispatches'
8585
method: 'POST'
8686
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OPS_TOKEN }}"}'
8787
data: |-

0 commit comments

Comments
 (0)