From 048eb79ef30c014a6dfe898aaacf14338fb2cb16 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 25 Jun 2025 01:31:29 +0200 Subject: [PATCH] README: fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e60fd88..0629611c 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ These tools can be set up globally using the `tools` input. It accepts a string When you specify just the major version or the version in `major.minor` format, the latest patch version matching the input will be setup. - With the exception of major versions of `composer`, if you specify only the `major` version or the version in `major.minor` format for a tool you can get rate limited by GitHub's API. To avoid this, it is recommended to provide a [`GitHub` OAuth token](https://github.com/shivammathur/setup-php#composer-github-oauth "Composer GitHub OAuth"). + With the exception of major versions of `composer`, if you specify only the `major` version or the version in `major.minor` format for a tool you can get rate limited by GitHub's API. To avoid this, it is recommended to provide a [`GitHub` OAuth token](https://github.com/shivammathur/setup-php#github-composer-authentication "Composer GitHub OAuth"). You can do that by setting `GITHUB_TOKEN` environment variable. The `COMPOSER_TOKEN` environment variable has been deprecated in favor of `GITHUB_TOKEN` and will be removed in the next major version. ```yaml