We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
repository_dispatch
workflow_disptach
aleo-setup-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
aleo-setup
aleo-setup-coordinator
The text was updated successfully, but these errors were encountered:
closed b/c until we get it working, not worth it to automate
Sorry, something went wrong.
kellpossible
No branches or pull requests
Looks like it should be possible to do the cross-repository github action using either
repository_dispatch
orworkflow_disptach
https://docs.github.com/en/actions/reference/events-that-trigger-workflows#manual-eventswhich 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.htmlI 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
andaleo-setup-coordinator
repositories: https://github.com/marketplace/actions/repository-dispatchThe text was updated successfully, but these errors were encountered: