Skip to content
play

GitHub Action

Akash on Github Actions Setup

v1.0.0 Latest version

Akash on Github Actions Setup

play

Akash on Github Actions Setup

Akash CLI Tools in GitHub. Publish a Project

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Akash on Github Actions Setup

uses: ovrclk/[email protected]

Learn more about this action in ovrclk/akash-ghaction-setup

Choose a version

Setup Akash CLI Action

Sets up the Akash CLI for Github Action use. Installs the latest Akash CLI, Imports Keys, and deployment Certificates.

Inputs

GITHUB_TOKEN

Required The github runner token

AKASH_WALLET_KEY

Required The pem text of the akash wallet key

AKASH_WALLET_KEY_PASSWORD

Required The password encrypting the wallet key pem

AKASH_DEPLOY_CERTIFICATE

Required The deploy certificate pem text

Example usage

- name: Akash on Github Actions Setup
  uses: ovrclk/akash-ghaction-setup
  with:
    GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
    AKASH_WALLET_KEY: ${{secrets.AKASH_WALLET_KEY}}
    AKASH_WALLET_KEY_PASSWORD: ${{secrets.AKASH_WALLET_KEY_PASSWORD}}
    AKASH_DEPLOY_CERTIFICATE: ${{secrets.AKASH_DEPLOY_CERTIFICATE}}