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}}
Akash on Github Actions Setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.