Skip to content

Katana CI action to be used in GitHub workflows to target a Katana CI server.

License

Notifications You must be signed in to change notification settings

ArkProjectNFTs/katana-ci-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katana CI action

This action starts a Katana instance using the provided Katana CI server URL. Please refer to katana-ci to setup a server.

Inputs

  • api-url Required The URL of the Katana CI server to use.
  • api-key Required The API-KEY to authenticate the request to start the Katana instance.
  • cmd Required The command to execute on the katana CI server. Can be start or stop for now.
  • name Optional The name of the running katana instance if already known.

Outputs

  • katana-name The name of the Katana instance that has been started.
  • katana-rpc The RPC URL for to target the Katana that has been started.

Example usage

    - 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'

About

Katana CI action to be used in GitHub workflows to target a Katana CI server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published