Skip to content

Commit

Permalink
Fix chain build.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Sep 28, 2023
1 parent d586f92 commit bd9b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.CHAIN_BUILD_TOKEN }}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/eBay/iomanager/actions/workflows/conan_build.yml/dispatches \
https://api.github.com/repos/eBay/iomanager/actions/workflows/merge_build.yml/dispatches \
-d '{"ref":"master","inputs":{}}'
if: ${{ github.ref == 'refs/heads/master' }}
- name: Start NuraftMesg Build
Expand Down

0 comments on commit bd9b008

Please sign in to comment.