feat: add transaction id to DaService (#1188) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Downstream Repo Checks' | |
on: | |
push: | |
branches: | |
- nightly | |
jobs: | |
trigger_workflow: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger sov-rollup-starter workflow | |
uses: convictional/[email protected] | |
with: | |
owner: Sovereign-Labs | |
repo: sov-rollup-starter | |
github_token: ${{ secrets.CI_TRIGGER_ACCESS_TOKEN }} | |
workflow_file_name: rust.yml | |
ref: main | |
wait_interval: 25 | |
propagate_failure: true | |
trigger_workflow: true | |
wait_workflow: true |