Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 756 Bytes

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.