This action starts a Katana instance using the provided Katana CI server URL. Please refer to katana-ci to setup a server.
api-urlRequired The URL of the Katana CI server to use.api-keyRequired The API-KEY to authenticate the request to start the Katana instance.cmdRequired The command to execute on the katana CI server. Can bestartorstopfor now.nameOptional The name of the running katana instance if already known.
katana-nameThe name of the Katana instance that has been started.katana-rpcThe RPC URL for to target the Katana that has been started.
- name: Startup Katana CI instance
id: katanaci
uses: ArkProjectNFTs/katana-ci-action@v1
with:
api-url: ${{ secrets.KATANA_CI_URL }}
api-key: ${{ secrets.KATANA_CI_KEY }}
cmd: 'start'