Skip to content

setup-score GitHub action

Notifications You must be signed in to change notification settings

score-spec/setup-score

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-score

This action sets up Score environment for use in GitHub actions.

It downloads and caches a version of Score CLI tools and adds them to PATH.

Usage

See action.yaml

Basic

steps:
  - uses: score-spec/setup-score@v2
    with:
      file: score-humanitec
      version: latest
      token: ${{ secrets.GITHUB_TOKEN }}
  - run: score-humanitec --version

Note: token should be set when the latest version is used. It is required by the action to pull the latest release details via GitHub API, and the token provided should have contents: read permission to fetch data from the GitHub.com.