You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-7
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,28 @@ If you need support using this project or have questions about it, please [open
25
25
26
26
Below are the allowed configuration options:
27
27
28
+
#### Authentication
29
+
30
+
This action can be configured to authenticate with GitHub App Installation or Personal Access Token (PAT). If all configuration options are provided, the GitHub App Installation configuration has precedence. You can choose one of the following methods to authenticate:
|`GH_APP_ID`| True |`""`| GitHub Application ID. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
37
+
|`GH_APP_INSTALLATION_ID`| True |`""`| GitHub Application Installation ID. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
38
+
|`GH_APP_PRIVATE_KEY`| True |`""`| GitHub Application Private Key. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
|`GH_TOKEN`| True | "" | The GitHub Token used to scan the repository or organization. Must have write access to all repository you are interested in scanning so that an issue or pull request can be created. |
31
-
|`GH_APP_ID`| False |`""`| GitHub Application ID. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
32
-
|`GH_APP_INSTALLATION_ID`| False |`""`| GitHub Application Installation ID. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
33
-
|`GH_APP_PRIVATE_KEY`| False |`""`| GitHub Application Private Key. See [documentation](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app) for more details. |
34
50
|`GH_ENTERPRISE_URL`| False | "" | The `GH_ENTERPRISE_URL` is used to connect to an enterprise server instance of GitHub. github.com users should not enter anything here. |
35
51
|`ORGANIZATION`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the GitHub organization which you want this action to work from. ie. github.com/github would be `github`|
36
52
|`REPOSITORY`| Required to have `ORGANIZATION` or `REPOSITORY`|| The name of the repository and organization which you want this action to work from. ie. `github/cleanowners` or a comma separated list of multiple repositories `github/cleanowners,super-linter/super-linter`|
0 commit comments