Skip to content

Setup Score environment

Actions
Setup Score environment and add it to the PATH
v3.1.2
Latest
Star (2)

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-compose
      version: latest
      token: ${{ secrets.GITHUB_TOKEN }}
  - run: score-compose --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.

Setup Score environment 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.

About

Setup Score environment and add it to the PATH
v3.1.2
Latest

Setup Score environment 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.