From 8f801ec4bb3c8bbf8fc9fd3dcc1f6ec7d7cd78d6 Mon Sep 17 00:00:00 2001 From: cnagadya Date: Tue, 15 Nov 2022 12:25:35 +0000 Subject: [PATCH] Update external-repo-token requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d0d1184..9cd8b8184 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ You can use an external configuration file to specify the settings for this acti | Option | Usage | Possible values | |-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| | `config-file` | A path to a file in the current repository or an external repository. Use this syntax for external files: `OWNER/REPOSITORY/FILENAME@BRANCH` | **Local file**: `./.github/dependency-review-config.yml`
**External repo**: `github/octorepo/dependency-review-config.yml@main` | -| `external-repo-token` | Specifies a token for fetching the configuration file if the file resides in a private external repository. Create a token in [developer settings](https://github.com/settings/tokens). | Any token with `read` permissions to the repository hosting the config file. | +| `external-repo-token` | Specifies a token for fetching the configuration file. It is required if the file resides in a private external repository and for all GitHub Enterprise Server repositories. Create a token in [developer settings](https://github.com/settings/tokens). | Any token with `read` permissions to the repository hosting the config file. | #### Example