Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Jan 30, 2023
2 parents be63633 + a10c556 commit d3aeb0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: nxtlvlsoftware/setup-pmmp-phpstan-env-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
pmmp-version: latest
```
Forwarding the `$GIHUB_TOKEN` environment variable is required to properly configure PocketMine sources as we
interact with the GitHub API to fetch version information.

## License
`nxtlvlsoftware/setup-pmmp-phpstan-env-action` is open-sourced software licensed under the [MIT license](LICENSE).

0 comments on commit d3aeb0a

Please sign in to comment.