Skip to content

Cross repository github action to trigger this test #1

@kellpossible

Description

@kellpossible

Looks like it should be possible to do the cross-repository github action using either repository_dispatch or workflow_disptach https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-events
which can be triggered from the REST api. We can make a workflow in aleo-setup and aleo-setup-coordinator repositories that sends a POST request to the aleo-setup-integration-test REST api endpoint to trigger the event. I think someone is doing something similar described here https://fabianmoronzirfas.me/tech/2019/02/06/cross-repo-github-action-triggering.html
I think it may also be possible to include information about the branch/commit in the POST request to be used in the integration test.

Looks like this github action could perhaps be used in the aleo-setup and aleo-setup-coordinator repositories: https://github.com/marketplace/actions/repository-dispatch

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions