0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-06-03 04:49:40 +02:00

fix spellcheck

This commit is contained in:
Robert Kaussow 2023-08-17 15:12:59 +02:00
parent 23d5953b05
commit 649feadd91
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -21,7 +21,7 @@ Woodpecker CI plugin to add comments to GitHub Issues and Pull Requests.
## Usage
{{< hint type=important >}}
Due to the nature of this plugin, a secret for the GitHub token may need to be exposed for pull request events in Woodpecker. Please be careful with this option, as a malicious actor may submit a pull request that exposes your secrets. Do not disclose secrets to PRs in public environments without further protection.
Due to the nature of this plugin, a secret for the GitHub token may need to be exposed for pull request events in Woodpecker. Please be careful with this option, as a malicious actor may submit a pull request that exposes your secrets. Do not disclose secrets to pull requests in public environments without further protection.
{{< /hint >}}
{{< hint type=note >}}