Skip to content

Commit

Permalink
ci(proto): notify proto repo on release
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jul 3, 2023
1 parent 134f973 commit 8bb1329
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ jobs:
}
}
notify-proto:
runs-on: ubuntu-22.04
steps:
- name: Update modules docs repository
uses: fjogeleit/http-request-action@v1
with:
url: 'https://api.github.com/repos/okp4/okp4-cosmos-proto/actions/workflows/23386493/dispatches'
method: 'POST'
customHeaders: '{"Accept": "application/vnd.github+json", "Authorization": "Bearer ${{ secrets.OKP4_TOKEN }}"}'
data: |-
{
"ref": "main",
"inputs": {
"version": "${{ github.event.release.tag_name }}",
}
}
update-docs-version:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 8bb1329

Please sign in to comment.