Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 458 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 458 Bytes

Epiphyte Chain Actions

Epiphyte chain actions allow you to create and destroy ethereum chains as part of your Github workflows.

Create

Example Usage

uses: epiphytelabs/action-chain/create@main
with:
  token: ${{ secrets.EPIPHYTE_TOKEN }}

See create action

Destroy

Example Usage

uses: epiphytelabs/action-chain/destroy@main
with:
  token: ${{ secrets.EPIPHYTE_TOKEN }}

See destroy action