diff --git a/.github/workflows/test:e2e.yml b/.github/workflows/test:e2e.yml index 28ca17f..e4d6e32 100644 --- a/.github/workflows/test:e2e.yml +++ b/.github/workflows/test:e2e.yml @@ -7,14 +7,6 @@ on: jobs: e2e: - runs-on: ubuntu-latest - steps: - - uses: convictional/trigger-workflow-and-wait@v1.6.1 - with: - owner: topos-protocol - repo: e2e-tests - github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }} - workflow_file_name: frontend:erc20-messaging.yml - ref: main - wait_interval: 60 - client_payload: '{ "local-erc20-messaging-infra-ref": "${{ github.head_ref }}" }' + uses: topos-protocol/e2e-tests/.github/workflows/frontend:erc20-messaging.yml@feat/make-workflows-reusuable + with: + local-erc20-messaging-infra-ref: "${{ github.head_ref }}"