Skip to content

Commit

Permalink
Merge pull request #51 from codacy/doc/fix-extra-configurations-CY-3516
Browse files Browse the repository at this point in the history
doc: Remove --api-token from unsupported configurations
  • Loading branch information
Paulo Ribeiro committed Apr 22, 2021
2 parents c695750 + de20d93 commit bc5c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ To use the GitHub Action with Codacy integration:
The Codacy GitHub Action is a wrapper for running the [Codacy Analysis CLI](https://github.com/codacy/codacy-analysis-cli) and supports [the same parameters as the command `analyze`](https://github.com/codacy/codacy-analysis-cli#commands-and-configuration), with the following exceptions:

- `--commit-uuid` (the action always analyzes the commit that triggered it)
- `--api-token`, `--username`, and `--project` (use [`--project-token`](https://github.com/codacy/codacy-analysis-cli#project-token) instead)
- `--username` and `--project` (the action automatically uses the owner and name of the repository when you specify the parameter `api-token`)

## Contributing

Expand Down

0 comments on commit bc5c411

Please sign in to comment.