GitHub Action
Akash on Github Actions Setup
v1.0.0
Latest version
Sets up the Akash CLI for Github Action use. Installs the latest Akash CLI, Imports Keys, and deployment Certificates.
Required The github runner token
Required The pem text of the akash wallet key
Required The password encrypting the wallet key pem
Required The deploy certificate pem text
- 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}}