Skip to content

Commit

Permalink
📝 Specify github-token option
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Mar 25, 2022
1 parent 5f32025 commit 3dc9086
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 @@ -184,7 +184,7 @@ Most likely you won't need other options than `args`: all other options can be u
| `upload-result` | Upload Qodana results as an artifact to the job. Optional. | `true` |
| `artifact-name` | Specify Qodana results artifact name, used for results uploading. Optional. | `Qodana report` |
| `use-annotations` | Use annotation to mark the results in the GitHub user interface. Optional. | `true` |
| `github-token` | GitHub token to be used for uploading results. Optional. | `${{ github.token }}` |
| `github-token` | GitHub token to be used for uploading annotations. Optional. | `${{ github.token }}` |

## Issue Tracker

Expand Down

0 comments on commit 3dc9086

Please sign in to comment.