Epiphyte chain actions allow you to create and destroy ethereum chains as part of your Github workflows.
uses: epiphytelabs/action-chain/create@main
with:
token: ${{ secrets.EPIPHYTE_TOKEN }}
See create action
uses: epiphytelabs/action-chain/destroy@main
with:
token: ${{ secrets.EPIPHYTE_TOKEN }}
See destroy action