Skip to content

Commit

Permalink
Merge pull request #9 from score-spec/mathieu-benoit-patch-1
Browse files Browse the repository at this point in the history
Update README.md - `score-humanitec` deprecated
  • Loading branch information
mathieu-benoit authored Oct 16, 2024
2 parents 27138dc + 9dc963c commit 22f2af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ See [action.yaml](action.yaml)
steps:
- uses: score-spec/setup-score@v2
with:
file: score-humanitec
file: score-compose
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
- run: score-humanitec --version
- 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](https://docs.github.com/en/rest/overview/permissions-required-for-github-apps?apiVersion=2022-11-28#contents) permission to fetch data from the `GitHub.com`.

0 comments on commit 22f2af1

Please sign in to comment.