Skip to content

Commit

Permalink
chore: add workflow to trigger generating types
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Oct 16, 2023
1 parent 38c38ac commit 6583ca9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,15 @@ jobs:
run: |
echo ${{ env.PARACHAIN_DOCKER_IMAGE }}
- name: Invoke workflow in mangata-dev-kit repo with inputs
uses: jonas-schievink/workflow-proxy@v1
with:
ref: ${{ github.event.pull_request.head.ref }}
workflow: pre-release-types.yml
repo: mangata-finance/mangata-dev-kit
token: ${{ secrets.BOT_USER_GITHUB_TOKEN }}
inputs: '{"parachainDocker": "${{ env.PARACHAIN_DOCKER_IMAGE }}"}'

- name: Replace parachain docker image reference in config
working-directory: devops/parachain-launch
run: sed -i 's+mangatasolutions/mangata-node:.*+${{ env.PARACHAIN_DOCKER_IMAGE }}+g' config.yml
Expand Down

0 comments on commit 6583ca9

Please sign in to comment.