mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 20:15:18 +00:00
17 lines
490 B
YAML
17 lines
490 B
YAML
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 }}"}'
|