Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

unikraft/setup-action

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-action

Install the Unikraft CLI from GitHub releases and optionally log in to Unikraft Cloud.

Usage

- name: Install Unikraft CLI
  uses: unikraft/setup-action@v1

Pin a specific version or use the prerelease channel:

- name: Install Unikraft CLI (pinned)
  uses: unikraft/setup-action@v1
  with:
    version: 0.1.0-staging.71

- name: Install Unikraft CLI (dev)
  uses: unikraft/setup-action@v1
  with:
    version: dev

Log in to Unikraft Cloud:

- name: Install and login
  uses: unikraft/setup-action@v1
  with:
    version: dev
    token: ${{ secrets.UKC_TOKEN }}
    organization: my-org

Inputs

  • version: Version to install (latest, dev, or a release tag). Default: latest.
  • github-token: GitHub token used by gh for release resolution and downloads. Default: ${{ github.token }}.
  • token: Authentication token for Unikraft login. Default: empty.
  • organization: Organization to associate the login with. Default: empty.

Outputs

  • version: Resolved release tag that was installed.

Notes

  • organization requires token.
  • The action uses gh and jq, which are available on GitHub-hosted runners.

About

:octocat: GitHub Action for Unikraft CLI

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.