Skip to content

Commit

Permalink
Dispatch run-rosetta-tests event to rosetta-kava
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 14, 2024
1 parent 7aede33 commit b68bff2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
namespace: Kava/ContinuousIntegration
secrets: inherit
needs: [default]
rosetta:
uses: ./.github/workflows/ci-rosetta.yml
16 changes: 16 additions & 0 deletions .github/workflows/ci-rosetta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dispatch run-rosetta-tests event to rosetta-kava

on:
workflow_call:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Dispatch run-rosetta-tests event to rosetta-kava
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.KAVA_PUBLIC_GITHUB_ACCESS_TOKEN }}
repository: Kava-Labs/rosetta-kava
event-type: run-rosetta-tests
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit b68bff2

Please sign in to comment.