Added an utility that validates GitHub token.
All checks were successful
Test Action / test (push) Successful in 3s
All checks were successful
Test Action / test (push) Successful in 3s
This commit is contained in:
10
README.md
10
README.md
@@ -148,6 +148,16 @@ Options:
|
||||
-h, --help Show this help message
|
||||
```
|
||||
|
||||
## GitHub Token Verification
|
||||
|
||||
The project includes a utility to verify the validity of your GitHub token:
|
||||
|
||||
```bash
|
||||
check-github-token <token>
|
||||
```
|
||||
|
||||
If no token is provided as an argument, it will attempt to read from the `GITHUB_TOKEN` environment variable.
|
||||
|
||||
## Asset Selection Procedure
|
||||
|
||||
The list of assets from the latest release is filtered based on the following rules:
|
||||
|
||||
Reference in New Issue
Block a user